/** * Semantic Search CLI Command * * Provides command-line interface for semantic code search */ import { Command } from 'commander'; export declare function createSemanticSearchCommand(): Command; //# sourceMappingURL=semantic-search.d.ts.map