import { IConfigContext } from './context'; export declare const getConfigFile: (configFile: string, context: IConfigContext) => Promise;