export declare enum EVoucherStatus {
    ACTIVE = "ACTIVE",
    PLACED = "PLACED",
    PAUSED = "PAUSED",
    CONCLUDED = "CONCLUDED"
}
