export declare function debounce(fn: (args: T) => void, timeout?: number): (args: T) => void;