export declare function debounce(func: Function, delay?: number): () => void;