import { MetaDataType } from './MetaDataType'; /** @codex-xmi-id 320e69ef-818c-5e8d-9a5b-d92da4375797 */ export declare class AbstractMetaData { id?: number; uuid: string; type: MetaDataType; value: string; store: any; }