import { StepDocument } from '../types'; import { Index } from './types'; export declare function jsSearchIndex(stepDocuments: readonly StepDocument[]): Index; //# sourceMappingURL=jsSearchIndex.d.ts.map