export type LocalesItem = { text: string; crowdinContext: string; translate?: boolean; }; export type LocalesStructure = Record; export declare const LocalizationSchema: { type: string; patternProperties: { "^.*$": { anyOf: ({ type: string; properties?: undefined; required?: undefined; additionalProperties?: undefined; } | { type: string; properties: { text: { type: string; }; crowdinContext: { type: string; }; translate: { type: string; }; }; required: string[]; additionalProperties: boolean; })[]; }; }; additionalProperties: boolean; }; //# sourceMappingURL=localization.d.ts.map