import { SecretSeedStorage, Seed } from "../types"; export declare function encode(seed: Seed, passphrase: string, meta: string): Promise; export declare function decode(json: SecretSeedStorage, passphrase: string): Promise;