export declare type ProductMedia = { mediumId: number; productId: number; type?: string | null; };