import { Workflow } from '.'; import { Model } from '../model'; export declare type Context = Model & { axiomId: string; records: Record[]; workflow: Workflow; workflowId: string; }; export declare type Record = Model & { axiomId: string; context: Context; contextId: string; type: string; }; //# sourceMappingURL=context.d.ts.map