export declare const RUNTIME_METRIC_NAMES: { readonly audioFeatureReuseTotal: "audio.feature_reuse_total"; readonly cacheAudioPhonemeHitRate: "cache.audio.phoneme.hit_rate"; readonly cacheAudioPhraseHitRate: "cache.audio.phrase.hit_rate"; readonly cacheAudioVoiceHitRate: "cache.audio.voice.hit_rate"; readonly cacheBytes: "cache.bytes"; readonly cacheDisabledTotal: "cache.disabled_total"; readonly cacheEvictionTotal: "cache.eviction_total"; readonly cacheHitTotal: "cache.hit_total"; readonly cacheLookupMs: "cache.lookup_ms"; readonly cacheMissTotal: "cache.miss_total"; readonly cacheRouteHitRate: "cache.route.hit_rate"; readonly embeddingsCacheHitTotal: "embeddings.cache_hit_total"; readonly gpuActivePct: "gpu.active_pct"; readonly gpuPowerW: "gpu.power_w"; readonly kvPrefixBytes: "kv_prefix.bytes"; readonly kvPrefixCacheHit: "kv_prefix.cache_hit"; readonly kvPrefixCacheHitRate: "kv_prefix.cache_hit_rate"; readonly kvPrefixCacheMiss: "kv_prefix.cache_miss"; readonly kvPrefixSavedTokens: "kv_prefix.saved_tokens"; readonly kvPrefixSavedTokensTotal: "kv_prefix.saved_tokens_total"; readonly mimiFramesDroppedTotal: "mimi.frames_dropped_total"; readonly mimiFramesEncodedTotal: "mimi.frames_encoded_total"; readonly modelEvictCountTotal: "model.evict_count_total"; readonly modelLoadMs: "model.load_ms"; readonly modelWarmMs: "model.warm_ms"; readonly schedulerPreemptCountTotal: "scheduler.preempt_count_total"; readonly schedulerQueueDepth: "scheduler.queue_depth"; readonly speakerAudioDurationMs: "speaker.audio_duration_ms"; readonly speakerCacheHitTotal: "speaker.cache_hit_total"; readonly speakerInferenceMs: "speaker.inference_ms"; readonly speakerSetupMs: "speaker.setup_ms"; readonly sttVadGatedMsSaved: "stt.vad_gated_ms_saved"; readonly ttsAudioCacheHitTotal: "tts.audio_cache_hit_total"; readonly ttsAudioCacheMissTotal: "tts.audio_cache_miss_total"; readonly ttsAudioDurationMs: "tts.audio_duration_ms"; readonly ttsChunkCount: "tts.chunk_count"; readonly ttsFirstAudioMs: "tts.first_audio_ms"; readonly ttsFirstChunkAfterSynthMs: "tts.first_chunk_after_synth_ms"; readonly ttsFrontendCacheClearTotal: "tts.frontend_cache_clear_total"; readonly ttsFrontendCacheHitTotal: "tts.frontend_cache_hit_total"; readonly ttsFrontendCacheRejectEmptyTotal: "tts.frontend_cache_reject_empty_total"; readonly ttsFrontendCacheRejectOversizeTotal: "tts.frontend_cache_reject_oversize_total"; readonly ttsRealTimeFactor: "tts.real_time_factor"; readonly ttsSessionOpenMs: "tts.session_open_ms"; readonly ttsSynthesizeMs: "tts.synthesize_ms"; readonly vadAudioDurationMs: "vad.audio_duration_ms"; readonly vadInferenceMs: "vad.inference_ms"; readonly vadRealTimeFactor: "vad.real_time_factor"; readonly vadSetupMs: "vad.setup_ms"; readonly whisperAudioDurationMs: "whisper.audio_duration_ms"; readonly whisperDecodeMs: "whisper.decode_ms"; readonly whisperDigestAdmissionOk: "whisper.digest_admission_ok"; readonly whisperLoadMs: "whisper.load_ms"; readonly whisperQueueMs: "whisper.queue_ms"; readonly whisperRealTimeFactor: "whisper.real_time_factor"; readonly whisperSessionOpenMs: "whisper.session_open_ms"; }; export declare const ALL_RUNTIME_METRICS: ("audio.feature_reuse_total" | "cache.audio.phoneme.hit_rate" | "cache.audio.phrase.hit_rate" | "cache.audio.voice.hit_rate" | "cache.bytes" | "cache.disabled_total" | "cache.eviction_total" | "cache.hit_total" | "cache.lookup_ms" | "cache.miss_total" | "cache.route.hit_rate" | "embeddings.cache_hit_total" | "gpu.active_pct" | "gpu.power_w" | "kv_prefix.bytes" | "kv_prefix.cache_hit" | "kv_prefix.cache_hit_rate" | "kv_prefix.cache_miss" | "kv_prefix.saved_tokens" | "kv_prefix.saved_tokens_total" | "mimi.frames_dropped_total" | "mimi.frames_encoded_total" | "model.evict_count_total" | "model.load_ms" | "model.warm_ms" | "scheduler.preempt_count_total" | "scheduler.queue_depth" | "speaker.audio_duration_ms" | "speaker.cache_hit_total" | "speaker.inference_ms" | "speaker.setup_ms" | "stt.vad_gated_ms_saved" | "tts.audio_cache_hit_total" | "tts.audio_cache_miss_total" | "tts.audio_duration_ms" | "tts.chunk_count" | "tts.first_audio_ms" | "tts.first_chunk_after_synth_ms" | "tts.frontend_cache_clear_total" | "tts.frontend_cache_hit_total" | "tts.frontend_cache_reject_empty_total" | "tts.frontend_cache_reject_oversize_total" | "tts.real_time_factor" | "tts.session_open_ms" | "tts.synthesize_ms" | "vad.audio_duration_ms" | "vad.inference_ms" | "vad.real_time_factor" | "vad.setup_ms" | "whisper.audio_duration_ms" | "whisper.decode_ms" | "whisper.digest_admission_ok" | "whisper.load_ms" | "whisper.queue_ms" | "whisper.real_time_factor" | "whisper.session_open_ms")[]; //# sourceMappingURL=runtime_metric_names.d.ts.map