import { timeout } from '../../operator/timeout'; declare module 'rxjs/internal/Observable' { interface Observable { timeout: typeof timeout; } }