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