import { ConvertedProductType, ProductType } from '../types'; export declare const convertProducts: (data: ProductType[], i18n: any) => ConvertedProductType[];