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