/** * validate-config command - Validate bellwether.yaml without running tests. */ import { Command } from 'commander'; export declare const validateConfigCommand: Command; //# sourceMappingURL=validate-config.d.ts.map