import type { TestStepResultStatus } from '@cucumber/messages'; export declare function useResultStatistics(): { scenarioCountByStatus: Record; statusesWithScenarios: readonly TestStepResultStatus[]; totalScenarioCount: number; }; //# sourceMappingURL=useResultStatistics.d.ts.map