import { Type } from '../Type'; import { Instance } from '../Instance'; import { CC100IODataAdapterExecutionOptions } from './CC100IODataAdapterExecutionOptions'; import { CC100IOOptions } from './CC100IOOptions'; export declare class CC100IODataAdapterInstance extends Instance { type: Type; namespace: string; cc100IOOptions: CC100IOOptions; executionOptions: CC100IODataAdapterExecutionOptions; }