export declare class UuidMetadata { private titleJsonObject; type: string; key: string; value: string; value$: string; order: number; constructor(titleJsonObject: any); }