declare class XmlRpcFaultError extends Error {
    constructor(faultCode: number, faultString: string);
}
export default XmlRpcFaultError;
