import type { ChannelTtsVoiceDeliveryCapabilities } from "./types.core.js"; export declare function resolveChannelTtsVoiceDelivery(channel: string | undefined): ChannelTtsVoiceDeliveryCapabilities | undefined;