declare function parseUUID(uuid: string): Uint8Array;

export { parseUUID };
