import { AccountImport } from '../accountImport'; import { AccountDecodingOptions, AccountEncoder } from '../encoder'; export declare const BASE64_JSON_ACCOUNT_PREFIX = "ifaccount"; export declare class Base64JsonEncoder implements AccountEncoder { encode(value: AccountImport): string; decode(value: string, options?: AccountDecodingOptions): AccountImport; } //# sourceMappingURL=base64json.d.ts.map