export * from './ArtistAccount'; export * from './BurnerConfig'; export * from './SwitchAccount'; import { ArtistAccount } from './ArtistAccount'; import { BurnerConfig } from './BurnerConfig'; import { SwitchAccount } from './SwitchAccount'; export declare const accountProviders: { ArtistAccount: typeof ArtistAccount; BurnerConfig: typeof BurnerConfig; SwitchAccount: typeof SwitchAccount; }; //# sourceMappingURL=index.d.ts.map