export declare function debounce(callback: Function, wait: number, immediate?: boolean): (this: any, ...args: any[]) => void;