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