import type { ResponseCart, ResponseCartProduct } from './types';
export declare function getEmptyResponseCart(): ResponseCart;
export declare function getEmptyResponseCartProduct(): ResponseCartProduct;
//# sourceMappingURL=empty-carts.d.ts.map