export declare function useDebounceFn(fn: (...args: any[]) => any, delay: number): (...args: any[]) => void;
