/** @codex-xmi-id 520925bb-fabf-54db-bf5e-800c4d1e276f */ export declare class DataValue { path: string; value: any; constructor(path: string, value: any); }