export declare const encodeUTF8: (str: string) => Uint8Array; export declare function encodeUTF8fromBase64(str: string): Uint8Array; export declare function encodeBase64(value: ArrayBuffer): string; //# sourceMappingURL=encodeUtils.browser.d.ts.map