import { IdentityDto } from './../../shared'; export declare class ProductDistributionChannelDto { id: string; identity: IdentityDto; site: string; group: string; channel: string; view: string; viewType: string; placement: string; brand: string; channelType: string; country: string; tags: string[]; expression: string; constructor(d?: ProductDistributionChannelDto); }