import { AttributeType } from '../../products/types'; export declare const convertToAdditionalInfo: (attributes: AttributeType[], lang: string) => string;