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