import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { T as ChannelDoctorLegacyConfigRule, q as LegacyConfigRule } from "./types.adapters-DatL0h_D.js"; //#region extensions/elevenlabs/doctor-contract.d.ts declare function hasLegacyTalkFields(value: unknown): boolean; declare const legacyConfigRules: ChannelDoctorLegacyConfigRule[]; declare const ELEVENLABS_TALK_LEGACY_CONFIG_RULES: LegacyConfigRule[]; declare function normalizeCompatibilityConfig({ cfg }: { cfg: KlawConfig; }): { config: KlawConfig; changes: string[]; }; //#endregion export { normalizeCompatibilityConfig as i, hasLegacyTalkFields as n, legacyConfigRules as r, ELEVENLABS_TALK_LEGACY_CONFIG_RULES as t };