import { XMLElement } from '../../common/soap/xmlElement';
export declare class SiteTargetingInfo extends XMLElement {
    protected static XSI_TYPE: string;
    targetingDescription: string;
    targetingSiteName: string;
    targetingAdLocation: string;
    constructor(targetingDescription?: string, targetingSiteName?: string, targetingAdLocation?: string);
}
