export declare function debounce(delay: number, fn: () => void): () => void;