/** * Config Command * * Show or validate vibe-validate configuration. */ import type { Command } from 'commander'; export declare function configCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showConfigVerboseHelp(): void; //# sourceMappingURL=config.d.ts.map