import { MagicApiWallet } from './magicApiWallet'; export * from './type-defs'; declare const MagicApiWallets: new (...args: any[]) => MagicApiWallet; export default MagicApiWallets;