/** * Wrappers Command * * Detect framework wrapper patterns in the codebase. * * Usage: * drift wrappers # Scan current directory * drift wrappers --json # Output as JSON * drift wrappers --verbose # Show detailed output * drift wrappers --include-tests # Include test files * drift wrappers --min-confidence 0.8 # Filter by confidence */ import { Command } from 'commander'; export declare const wrappersCommand: Command; export default wrappersCommand; //# sourceMappingURL=wrappers.d.ts.map