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