import type { Step } from '@cucumber/messages'; import { type TypedIndex } from './types.js'; export declare class StepSearch implements TypedIndex { private readonly index; constructor(); search(term: string): Promise<{ uri: string; id: string; }[]>; add(step: Step, uri: string): Promise; } //# sourceMappingURL=StepSearch.d.ts.map