import type { Attachment } from 'allure-js-commons';
export declare const mkdirSyncWithTry: (dir: string) => void;
export declare const copyFileCp: (from: string, to: string, isRemoveSource: boolean) => Promise<void>;
export declare const copyAttachments: (attachments: Attachment[], watchPath: string, allureResultFile: string) => Promise<void>;
export declare const copyTest: (testFile: string, watchPath: string) => Promise<void>;
export declare const writeResultFile: (resultContainer: string, content: string) => Promise<void>;
