/*! Copyright 2023-2024 the gnablib contributors MPL-1.1 */ export declare function fromBytes(src: Uint8Array): string; export declare function toBytes(src: string): Uint8Array;