import { SpeakableLabels } from './speakableText'; /** * Labels to read a reply in `locale` with. * * `uiLabels` is the interface-language set, used both as the base and as the * fallback for any language not carried here — so English replies, and any * language we have no table for, behave exactly as before. */ export declare function speechLabelsFor(locale: string, uiLabels: SpeakableLabels): SpeakableLabels; /** Exposed for tests: which languages have their own spoken labels. */ export declare const SPOKEN_LABEL_LANGUAGES: string[]; //# sourceMappingURL=speechLabels.d.ts.map