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