import type { OpenLoreConfig } from '../../types/index.js'; import type { SemanticSearchFn } from '../generator/mapping-generator.js'; /** Resolve the optional code-index retrieval seam shared by CLI and API generation. */ export declare function resolveGenerationSemanticSearch(analysisPath: string, config: OpenLoreConfig): Promise; //# sourceMappingURL=generation-semantic-search.d.ts.map