export declare function debounce(func: (...args: Params) => unknown, timeout: number): (...args: Params) => void;