/** * Index Tuning Prompt * * Comprehensive index analysis and optimization workflow. */ import type { PromptDefinition } from "../../../types/index.js"; export declare function createIndexTuningPrompt(): PromptDefinition; //# sourceMappingURL=index-tuning.d.ts.map