export declare enum PaymentStatus {
    INVALID = "Invalid",
    PROCESSING = "Processing",
    SETTLED = "Settled"
}
