import { IExporterConfig } from '../audit-log.interface';
import { AuditLogExporter } from './auditlog.exporter';
export declare class AuditlogOltpHttpExporter extends AuditLogExporter {
    constructor(serviceName: string, serviceNamespace: string, config: IExporterConfig, serviceEnvironmentName?: string);
}
