export declare const bufferTo64Safe: (buffer: ArrayBuffer) => string;
export declare const arrayTo64: (bytes: Uint8Array) => string;
export declare const decodeFromSafe64: (base64: string) => Uint8Array<ArrayBuffer>;
