import { AdapterConfig } from '../types'; export declare class AdapterSetup { private static instance; adapters: Map; constructor(); configureAdapters(adaptersConfig: AdapterConfig[]): void; getInitComponent(id: string): any; static getInstance(): AdapterSetup; } export default AdapterSetup;