import { type LoadEnvFileOptions } from '../envVariables/loadEnvFile';
import type { CustomIntlayerConfig } from '../types/config';
/**
 * Load the configuration file from the given path
 * Example of configuration file: intlayer.config.js
 *
 * Accepts JSON, JS, MJS and TS files as configuration
 */
export declare const loadConfigurationFile: (configFilePath: string, envVarOptions?: LoadEnvFileOptions) => CustomIntlayerConfig | undefined;
//# sourceMappingURL=loadConfigurationFile.d.ts.map