export declare const Base64: { _keyStr: string; _encodeBinary: (input: string) => string; encodeArrayBuffer(buffer: ArrayBuffer): string; };