export declare class CreateProductPictureDto {
    productId: string;
    image: any;
}
