import { MonoTypeOperatorFunction } from "rxjs"; export declare class TimeoutError extends Error { } /** Throws a {@link TimeoutError} if a value is not emitted within the timeout */ export declare function simpleTimeout(first: number, message?: string): MonoTypeOperatorFunction;