export declare function xmlParser<T>(xmlData: string): Promise<T>;
