import { AllureConfig } from "../framework/AllureConfig.js";
import { AllureBaseRuntime, AllureRuntime } from "../framework/AllureRuntime.js";
import { AttachmentOptions, ContentType } from "../model.js";
export declare class AllureNodeRuntime extends AllureBaseRuntime implements AllureRuntime {
    constructor(config: AllureConfig);
    writeAttachmentFromPath(fromPath: string, options: ContentType | string | AttachmentOptions): string;
}
