import type { UndoableMutation } from './types'; export declare const TakeUndoableMutationContext: import("react").Context<() => UndoableMutation | void>; //# sourceMappingURL=TakeUndoableMutationContext.d.ts.map