/// <reference types="node" />
import { ContentType } from 'allure-js-commons';
import { AttachmentOptions } from 'allure-js-commons/dist/src/model';
export declare const dateStr: (isFileName?: boolean) => string;
export declare function getContent(content: Buffer | string, type: ContentType | string | AttachmentOptions): any;
