/**
 * Account information PNZ-API-CentreLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
export declare class XmlSerialization {
    xmlSerialize(_rootName: string, _value: unknown): string;
    xmlDeserialize(_rootName: string, _xmlString: string): Promise<any>;
}
