import { ConfigurationFile } from '../types'; export declare const requireConfigurationFile: (filename: string) => ConfigurationFile | undefined;