import { type LocalesStructure } from "../schema/localization.js"; export declare function getIntlMessageFormatCheck(localizations: Array<[string, LocalesStructure]>, run?: boolean, debug?: boolean): Promise; //# sourceMappingURL=messageFormat.d.ts.map