import { AccountImport } from '../accountImport'; import { AccountDecodingOptions, AccountEncoder } from '../encoder'; export declare class Bech32JsonEncoder implements AccountEncoder { /** * @deprecated Bech32 JSON encoding is deprecated. Use the newest version of the Bech32JSONEncoder. */ encode(value: AccountImport): string; decode(value: string, options?: AccountDecodingOptions): AccountImport; } //# sourceMappingURL=bech32json.d.ts.map