import { XMLElement } from '../../common/soap/xmlElement';
export declare class CrossSellingDistributor extends XMLElement {
    protected static XSI_TYPE: string;
    networkName: string;
    constructor(networkName?: string);
}
