/// export interface IReportingInterface { addAttachment: (name: string, buf: Buffer, mimeType: string) => void; } declare const _default: { currentReportingInterface: IReportingInterface; }; export default _default; //# sourceMappingURL=singletonAllureInstance.d.ts.map