import { NoopSpanProcessor, type ReadableSpan, type SpanProcessor } from "@opentelemetry/sdk-trace-base";
import { type Configuration } from "../../config.js";
export declare class AppopticsInboundMetricsProcessor extends NoopSpanProcessor implements SpanProcessor {
    #private;
    constructor(config: Configuration);
    onEnd(span: ReadableSpan): void;
}
//# sourceMappingURL=inbound-metrics.d.ts.map