export declare function debounce(func: (...args: any[]) => any, wait: number, immediate?: boolean): (...args: any[]) => any; //# sourceMappingURL=debounce.d.ts.map