import { TranslationTypes } from "@medusajs/framework/types"; export declare function filterTranslationFields(translations: TranslationTypes.TranslationDTO[], translatableFieldsConfig: Record): TranslationTypes.TranslationDTO[]; //# sourceMappingURL=filter-translation-fields.d.ts.map