import { CartProps } from './types'; declare const cart: ({ itemId, userId, isPrefab, data }: CartProps) => void; export { cart };