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