export declare const debounce: (callback: F) => (...args: F["arguments"]) => void; export declare const throttle: (callback: F) => (...args: F["arguments"]) => void;