export declare const debounce: (func: any, wait: any, immediate?: boolean) => (...args: any[]) => void;