import { OTLPLogExporter } from "@opentelemetry/exporter-logs-otlp-proto";
import { type Configuration } from "./config.js";
export declare class LogExporter extends OTLPLogExporter {
    constructor(config: Configuration);
}
//# sourceMappingURL=logs.d.ts.map