import type { SchemaDefinition } from '@sap/ux-specification-types'; /** * Update macros schema by marking UI5 properties which supports translation. * Translatable macros properties are marked with 'i18nClassification' property. * * @param schema JSON schema for "sap.fe.macros" api. */ export declare function applyI18nClassification(schema: SchemaDefinition): void; //# sourceMappingURL=i18n.d.ts.map