import type { AllureTestStepResult } from 'jest-allure2-reporter';
import type { Step as Serialized } from 'allure-store';
export declare function toTestStep(rootDirectory: string, step: AllureTestStepResult): Serialized;
