import { ProductCart } from "@core/types"; export declare const getTotalCartQuantity: (cart: ProductCart[]) => number;