import { LocalizedString } from '@internationalized/string'; /** * Normalizes compiled messages to match LocalizedString signature. * * This function adapts messages compiled by @internationalized/string-compiler * to match the signature expected by LocalizedStringDictionary. * * @see packages/i18n/README.md for detailed explanation of why this normalization is needed. */ export declare function normalizeMessages(messages: Record) => string)>): Record;