export declare class AdapterConfig {
    module?: string;
    name: string;
    configuration: any;
}
