import { Relation } from 'typeorm'; import { Promotion } from './promotion'; export declare class DeviceTypePromotion { deviceTypeId: number; promotionId: number; promotion?: Relation; }