import type { CommandOptions, Config, FileConfig } from '../types.js'; export declare function loadFileConfig(cwd: string): FileConfig | null; export default function loadConfig(options?: CommandOptions): Config;