declare function usePersistFn(fn: any): ((...args: any[]) => any) | undefined;
export default usePersistFn;