declare const debounce: (func: Function, wait: number) => (...args: any) => number; export default debounce; //# sourceMappingURL=debounce.d.ts.map