import type { TestCaseStarted } from '@cucumber/messages'; /** * Finds the corresponding TestCaseStarted for an Example or Scenario node from a Gherkin * document * @param nodeId the Gherkin node id */ export declare function useTestCaseStarted(nodeId: string): TestCaseStarted | undefined; //# sourceMappingURL=useTestCaseStarted.d.ts.map