export declare class UUID { readonly value: string; constructor(value: string); static new(): UUID; } export declare const UUIDTypeInfo: import("../TASONTypeInfo").TASONTypeInfo;