import type { EnvironmentResult } from '../environment/index.ts'; import type { Logger } from '../isomorphic/types.ts'; import type { ConfigWithDefaults } from './index.ts'; export declare function findConfigFile(): string; export declare function loadConfigFile(configFilePath: string, environment?: Pick, logger?: Logger): Promise; //# sourceMappingURL=loadConfig.d.ts.map