///
import type { AllAnnotationMapping } from './annotation.context';
export interface HistoryContextType {
redo: () => void;
undo: () => void;
pastRef: React.RefObject;
futureRef: React.RefObject;
}
export declare const HistoryContext: import("react").Context;
export declare function useHistoryCtx(): HistoryContextType;
//# sourceMappingURL=history.context.d.ts.map