export declare function debounce(func: any, wait: any, immediate?: any): (this: any) => void;
