/** * Init Command * * Interactive setup wizard for vibe-validate configuration. */ import type { Command } from 'commander'; export declare function initCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showInitVerboseHelp(): void; //# sourceMappingURL=init.d.ts.map