declare class PaymentException extends Error { constructor(msg: string); } export default PaymentException;