import { CartText } from "./cart-interfaces";
export declare const makeDefaultCartText: () => CartText;
