export declare const debounce: (func: Function, wait: number) => () => void;