import { MMELTextSection } from '../../../serialize/interface/supportinterface'; import { UndoReducerInterface } from '../interface'; import { ItemAction } from './itemTemplate'; declare type command = 'section'; export declare type SectionAction = ItemAction; export declare function useSections(x: Record): UndoReducerInterface, SectionAction>; export {}; //# sourceMappingURL=sections.d.ts.map