import { Type } from './Type'; import { Instance } from './Instance'; import { DataExecutionOptions } from './DataExecutionOptions'; /** @codex-xmi-id 65494570-db96-5c65-adc9-870f260f37b6 */ export declare class DataInstance extends Instance { type: Type; namespace: string; executionOptions: DataExecutionOptions; }