import type { StatusDetails } from 'jest-allure2-reporter';
export declare function getStatusDetails(maybeError: unknown): StatusDetails | undefined;
