import { MMELTerm } from '../../../serialize/interface/supportinterface'; import { UndoReducerInterface } from '../interface'; import { ItemAction } from './itemTemplate'; declare type command = 'terms'; declare type ownType = MMELTerm; export declare type TermsAction = ItemAction; export declare function useTerms(x: Record): UndoReducerInterface, TermsAction>; export {}; //# sourceMappingURL=terms.d.ts.map