export declare enum Status { APPROVED = "APPROVED", MERCHANT_REVIEW = "MERCHANT_REVIEW", CANCELLED = "CANCELLED" }