export declare function bytesToHex(bytes: Uint8Array): string; export declare function utf8Bytes(text: string): Uint8Array; export declare function concatBytes(...parts: Uint8Array[]): Uint8Array; export declare function patternBytes(length: number, pattern: string): Uint8Array;