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