import type { AllureRuntime } from '../runtime';
export * from './annotations';
export * from './decorators';
export declare const allure: AllureRuntime;
export type { AllureRuntime, AllureRuntimePluginCallback, AllureRuntimePluginContext, AttachmentContent, AttachmentHandler, AttachmentHandlerResult, AttachmentOptions, ContentAttachmentContext, ContentAttachmentHandler, ContentAttachmentOptions, FileAttachmentContext, FileAttachmentHandler, FileAttachmentOptions, MIMEInferer, MIMEInfererContext, ParameterOptions, UserParameter, } from '../runtime';
