export * from './Currency'; export * from './HolderAccount'; import { Currency } from './Currency'; import { HolderAccount } from './HolderAccount'; export declare const accountProviders: { Currency: typeof Currency; HolderAccount: typeof HolderAccount; };