/** * Files Command - Show patterns in a file * * Show what patterns are found in a specific file. * * MIGRATION: Now uses IPatternService for pattern operations. * * Usage: * drift files src/auth/middleware.py * drift files 'src/api/*.ts' * drift files --json src/api/ */ import { Command } from 'commander'; export declare const filesCommand: Command; //# sourceMappingURL=files.d.ts.map