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