import { AbstractMetaData } from './AbstractMetaData'; import { MetaDataCC100IOType } from './MetaDataCC100-IOType'; import { MetaDataType } from './MetaDataType'; /** @codex-xmi-id 0098a64b-96d9-5196-88ef-24255ea03cfc */ export declare class MetaDataCC100IO extends AbstractMetaData { CC100IOType: MetaDataCC100IOType; CC100IOIndex: number; type: MetaDataType; constructor(CC100IOType: MetaDataCC100IOType, CC100IOIndex: number); }