/** * Returns a valid address for a given currency. * These addresses are PUBLIC addresses * We use them for tests and also for dry-run estimations * DO NOT USE AS RECIPIENT OR SIGN TRANSACTIONS INTO THEM * @param {*} currencyId */ export declare const getAbandonSeedAddress: (currencyId: string) => string; //# sourceMappingURL=abandonseed.d.ts.map