/**
 * Parses a typed data structure from raw XML for `GetDomain` response
 * @note Error handlings is fairly weak
 */
export declare function parseExceptionReport(parsedXML: any): void;
//# sourceMappingURL=parse-exception-report.d.ts.map