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