export declare function debounce(fn: (...params: TParams[]) => void, time: number): (...args: TParams[]) => void;