export declare class PayrexxException extends Error { readonly code?: string | number; readonly details?: any; constructor(message: string, code?: string | number, details?: any); getFullMessage(): string; isNetworkError(): boolean; isAuthenticationError(): boolean; isValidationError(): boolean; isServerError(): boolean; } //# sourceMappingURL=PayrexxException.d.ts.map