import type { Diagnostic } from '../types/diagnostic.js'; import type { YamlFile } from './io.js'; import type { Screen } from './types.js'; export declare function validateI18n(specsDir: string, config: { i18n?: { locales?: string[]; }; }, l2Screens: Map, uiFiles: YamlFile[]): Diagnostic[]; //# sourceMappingURL=i18n.d.ts.map