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