export declare class AllureReporterError extends Error {
    constructor(message: string);
}
