import { Product } from ".."; export declare class ProductDate { id: number; product: Product; date: string; start_time: string; end_time: string; }