import { MMELVariable } from '../../../serialize/interface/supportinterface'; import { UndoReducerInterface } from '../interface'; import { ModelAction } from '../model'; import { ItemAction } from './itemTemplate'; declare type command = 'vars'; declare type ownType = MMELVariable; export declare type VarAction = ItemAction & { cascade?: ModelAction[]; }; export declare function useVars(x: Record): UndoReducerInterface, VarAction>; export {}; //# sourceMappingURL=vars.d.ts.map