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