import { Type } from './Type'; import { Instance } from './Instance'; import { BPMNExecutionOptions } from './BPMNExecutionOptions'; export declare class BPMNInstance extends Instance { type: Type; namespace: string; executionOptions: BPMNExecutionOptions; }