export declare type noop = (...args: any[]) => any; declare function usePersistFn(fn: T): NonNullable; export default usePersistFn;