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