export declare class PayUError extends Error { constructor(statusCode: string, code: string, codeLiteral?: string, statusDesc?: string); }