import { Type } from './Type'; import { Instance } from './Instance'; import { BPMNExecutionOptions } from './BPMNExecutionOptions'; /** @codex-xmi-id 54c56724-538c-56c8-b3cd-e7a11cef467c */ export declare class BPMNInstance extends Instance { type: Type; namespace: string; executionOptions: BPMNExecutionOptions; }