export declare function encodeString(str: string): Uint8Array;
export declare function decodeString(bytes: Uint8Array): string;
