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