import { IIndexedDeclination } from '../Interfaces/Cart'; export declare enum AttributeIdEnumSDC { ETAT_JEU = "oWOlRCA7PU6ZzO7zT3Tl", GENRE = "svZWCpOJj5uDVisvwf7l", ETAT_SUR_DIX = "E1hKCxoZEV4Ju5YSnCXh", TYPE = "1GQeve5Mdum6SC6aqmJl" } export declare const evaluatePricesWithCustomCost: (priceString: string, console_name: string, product_name: string) => string; export declare const getAttrCode: (attributes: IIndexedDeclination['attributes']) => "" | "(l)" | "(cb)" | "(cib)" | "(n)" | "(ccm)" | "(ceb)" | "(u)" | "(liv)" | "(boi)"; export declare const checkQtyBasedOnCategory: (qty: number, category: string, attrEtatJeu?: string, attrTypeProduit?: string) => number;