import { AllureConfig } from "../framework/AllureConfig";
import { AllureBaseRuntime, AllureRuntime } from "../framework/AllureRuntime";
export declare class AllureBrowserRuntime extends AllureBaseRuntime implements AllureRuntime {
    constructor(config: AllureConfig);
    writeAttachmentFromPath(): void;
}
