export declare function isUuid(value: string): boolean; export declare function convertUuidToBytes(uuid: string): Uint8Array;