export declare function loadXml(file: string): Promise; export declare function saveXml(file: string, obj: any): Promise;