export declare function encode(str: string): Uint8Array; export declare function writeEncodedString(target: Uint8Array, str: string): void; export declare function decode(arr: Uint8Array): string; //# sourceMappingURL=strings.d.ts.map