import { type BellwetherConfig } from '../../config/loader.js'; /** * Load configuration and exit with a user-friendly message when missing. */ export declare function loadConfigOrExit(configPath?: string): BellwetherConfig; //# sourceMappingURL=config-loader.d.ts.map