import type { AllureMochaReporter } from "./AllureMochaReporter.js"; export declare const getLegacyApiRuntime: () => AllureMochaReporter; export declare const setLegacyApiRuntime: (runtime: AllureMochaReporter) => AllureMochaReporter;