export declare function uuid(arr?: Uint8Array): string;
export declare function parseUuid(s: string): Uint8Array;
