import { LoadEnvFileOptions } from './envVariables/loadEnvFile';
/**
 * Load the content declaration from the given path
 *
 * Accepts JSON, JS, MJS and TS files as configuration
 */
export declare const loadExternalFile: (filePath: string, envVarOptions?: LoadEnvFileOptions, projectRequire?: NodeJS.Require) => any | undefined;
//# sourceMappingURL=loadExternalFile.d.ts.map