export declare const debounce: (func: () => void, timeout?: number) => (..._args: any[]) => void;
