import { AbstractMetaData } from './AbstractMetaData'; import { MetaDataCC100IOType } from './MetaDataCC100-IOType'; import { MetaDataType } from './MetaDataType'; export declare class MetaDataCC100IO extends AbstractMetaData { CC100IOType: MetaDataCC100IOType; CC100IOIndex: number; type: MetaDataType; constructor(CC100IOType: MetaDataCC100IOType, CC100IOIndex: number); }