export declare const encode: (uint8Array: Uint8Array) => string; export declare const decode: (str: string) => Uint8Array;