import type { IndexedDoc } from "./types.js"; export declare function compactSphinxIndex(source: string, manualId: string, basePath: string): IndexedDoc[];