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