/** * Setup Command - drift setup * * Enterprise-grade guided onboarding that creates a Source of Truth * for your codebase. Every feature runs REAL analysis. * * Architecture: * - types.ts: Shared type definitions * - utils.ts: File system and helper utilities * - ui.ts: Console output formatting * - runners/: Individual feature runners (single responsibility) * * @module commands/setup */ import { Command } from 'commander'; export declare const setupCommand: Command; //# sourceMappingURL=index.d.ts.map