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