import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { C as SpeechProviderId, b as SpeechModelOverridePolicy, x as SpeechProviderConfig, z as TtsDirectiveParseResult } from "./tts-runtime.types-ME5-eV7L.js"; import { Gn as SpeechProviderPlugin } from "./types-CAmC_cW72.js"; //#region src/tts/tts-provider-helpers.d.ts declare function requireInRange(value: number, min: number, max: number, label: string): void; declare function normalizeLanguageCode(code?: string): string | undefined; declare function normalizeApplyTextNormalization(mode?: string): "auto" | "on" | "off" | undefined; declare function normalizeSeed(seed?: number): number | undefined; declare function scheduleCleanup(tempDir: string, delayMs?: number): void; //#endregion //#region src/tts/directives.d.ts type ParseTtsDirectiveOptions = { cfg?: KlawConfig; providers?: readonly SpeechProviderPlugin[]; providerConfigs?: Record; preferredProviderId?: string; }; declare function parseTtsDirectives(text: string, policy: SpeechModelOverridePolicy, options?: ParseTtsDirectiveOptions): TtsDirectiveParseResult; //#endregion //#region src/tts/provider-registry-core.d.ts declare function normalizeSpeechProviderId(providerId: string | undefined): SpeechProviderId | undefined; //#endregion //#region src/tts/provider-registry.d.ts declare const listSpeechProviders: (cfg?: KlawConfig) => SpeechProviderPlugin[]; declare const listLoadedSpeechProviders: (cfg?: KlawConfig) => SpeechProviderPlugin[]; declare const getSpeechProvider: (providerId: string | undefined, cfg?: KlawConfig) => SpeechProviderPlugin | undefined; declare const canonicalizeSpeechProviderId: (providerId: string | undefined, cfg?: KlawConfig) => SpeechProviderId | undefined; //#endregion export { normalizeSpeechProviderId as a, normalizeLanguageCode as c, scheduleCleanup as d, listSpeechProviders as i, normalizeSeed as l, getSpeechProvider as n, parseTtsDirectives as o, listLoadedSpeechProviders as r, normalizeApplyTextNormalization as s, canonicalizeSpeechProviderId as t, requireInRange as u };