import { GenerateCartProps } from "@common/types"; import { ProductCart } from "@core/types"; export declare function generateCart({ cartParams, allProducts }: GenerateCartProps): ProductCart[];