import { Gallery, Product } from ".."; export declare class ProductImage { id: number; product: Product; image: Gallery; }