import { Context } from '@opentelemetry/api';
import { ReadableSpan, Span, SpanProcessor } from '@opentelemetry/sdk-trace-base';
export declare class GenAiNestedClientSpanProcessor implements SpanProcessor {
    private _hasGenAiClientChild;
    onStart(_span: Span, _parentContext: Context): void;
    onEnd(span: ReadableSpan): void;
    shutdown(): Promise<void>;
    forceFlush(): Promise<void>;
}
//# sourceMappingURL=gen-ai-nested-client-span-processor.d.ts.map