import { DigConfig } from './dig-config'; export declare type DigAdapterCallbackFunction = (config: DigConfig) => any;