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