/** * Init command - creates a bellwether.yaml configuration file. * * The generated config includes ALL possible options with comments, * making it self-documenting. Users can customize by editing the file. */ import { Command } from 'commander'; export declare const initCommand: Command; //# sourceMappingURL=init.d.ts.map