import CartItem from './types/CartItem';
declare const productChecksum: (product: CartItem) => string;
export default productChecksum;
