import { type LLMFallbackMetricEmitter, type LLMGatewayTracer } from '../../utilities/llmTracing/llmTracing.typedefs'; export declare const noopLLMGatewayTracer: LLMGatewayTracer; export declare const noopFallbackMetricEmitter: LLMFallbackMetricEmitter;