import { IGrassSubQuestion } from '../interfaces/products'; export declare const kentucky: string; export declare const prestige: string; export declare const installationProSpecSkus: { [key: string]: string; }; export declare const installationAllInclusiveSku = "INSTALL-1"; export declare const allInclusiveCategory = "ALLINC"; export declare const sodDeliverySkus: readonly string[]; export declare const fuelSurchargeLivraisonSku = "CARBURANTL"; export declare const fuelSurchargeMobilisationSku = "CARBURANTI"; export declare const fuelSurchargeGazonSku = "CARBURANTG"; export declare const fuelSurchargeSkus: readonly string[]; export declare const fuelSurchargeLivraisonSlug = "surcharge-carburant-livraison"; export declare const fuelSurchargeMobilisationSlug = "surcharge-carburant-mobilisation"; export declare const fuelSurchargeGazonSlug = "surcharge-carburant-gazon"; export declare const fuelSurchargeSlugs: readonly string[]; export declare const installationProductsSlugs: string[]; /** * Contains all necessary elements for extra questions if adding grass product to cart */ export declare const otherGrassSubQuestions: IGrassSubQuestion[];