import { TEnforceFeatureConstraint, TFeatureDefinition } from '@blgc/types/features'; import type { TMultiUndoFeature, TState } from '../types'; export declare function withMultiUndo(baseState: TEnforceFeatureConstraint, TState, [ 'undo' ]>): TState;