export declare const useRefineContext: () => { __initialized: boolean | undefined; mutationMode: import("../..").MutationMode; syncWithLocation: boolean; undoableTimeout: number; warnWhenUnsavedChanges: boolean; liveMode: "off" | "auto" | "manual" | undefined; onLiveEvent: ((event: import("../..").LiveEvent) => void) | undefined; options: import("../..").IRefineContextOptions; }; //# sourceMappingURL=useRefineContext.d.ts.map