import { RatingResponse } from "./types";
export declare function parseXML(xml: string): Promise<RatingResponse>;
export declare function parseXMLPromise(xml: string): Promise<RatingResponse>;
