import type { GherkinDocument } from '@cucumber/messages'; import type { SearchIndex } from './types.js'; /** * Creates a search index that supports querying by term */ export declare function createSearchIndex(gherkinDocuments: ReadonlyArray): Promise; //# sourceMappingURL=createSearchIndex.d.ts.map