export declare enum PaymentStatus { PAY_SUCCESS = "PAY_SUCCESS", PAY_FAIL = "PAY_FAIL", NEW = "NEW", TIMEOUT = "TIMEOUT" }