import { SpotlerProduct } from './spotler-product'; export declare class SpotlerProductRequest { update: boolean; product: SpotlerProduct; }