export declare function uuidToBytes32(uuid: string): string;
export declare function bytes32ToUuid(bytes32: string): string;
