/**
 * AWS SDK XML to object converter.
 * @internal
 */
export declare function parseXML(xml: string): any;
