export declare function debounce(threshold: number, f: () => void): () => void;
