import { type VoiceContextPack, type VoiceTerm } from "./voice-context.js"; export declare function applyVoiceTermReplacements(text: string, terms: readonly VoiceTerm[] | undefined): string; export declare function applyVoiceContextReplacements(text: string, contextPack: VoiceContextPack | undefined): string; //# sourceMappingURL=voice-replacements.d.ts.map