import { SupportRapidSearchModel } from './support-rapid-search.model'; export declare class ProductRapidSearchModel { ean: string; productId: number; title: string; docType: string; releaseDate: Date; support: SupportRapidSearchModel; }