/** * Where Command - Find pattern locations * * Quickly find where patterns are located in the codebase. * * MIGRATION: Now uses IPatternService for pattern operations. * * Usage: * drift where auth # Find patterns matching "auth" * drift where middleware # Find middleware patterns * drift where --json # Output as JSON */ import { Command } from 'commander'; export declare const whereCommand: Command; //# sourceMappingURL=where.d.ts.map