export { IAlgorithm, IKeypair, IGenerateOptions, IWallet, IAmount, ICurrency, IXlib, ICurrencies, IChainConfig } from "./types";
import { Factory } from "./factory";
declare const Wallet: any;
declare const KeyPair: any;
export { Factory, KeyPair, Wallet };
//# sourceMappingURL=index.d.ts.map