import { IAdapterConfig } from '../../interfaces/index';
export declare class AdapterContext {
  constructor(config: IAdapterConfig);
}
