export declare function useRefetch(): (reason?: string) => void; export declare function onRefetch(callback: (reason?: string) => void): void;