export declare const b64Encode: (bytes: Uint8Array) => string;
export declare const b64Decode: (b64: string) => Uint8Array;
