import { MonoTypeOperatorAsyncFunction } from '../../interfaces'; export declare function timeout(dueTime: number): MonoTypeOperatorAsyncFunction;