import { ProductListProduct } from '.'; import { ProductListProductValidation } from './'; /** * Takes a ProductListProduct and checks whether it is possible to add it to cart */ export declare function validateProduct(product: Partial): ProductListProductValidation;