export declare const addToCart: (id: string | number, data: ICartRequestData) => Promise; export declare const getCart: () => Promise;