export declare class XML {
    static ifConvert(data: any): Promise<{}>;
}
