import type { ILogger } from '../environment'; import type { IConfiguration } from './types'; export declare function fromFile(logger: ILogger, cwd: string, file: string, profiles?: string[]): Promise>;