export declare enum AdjustmentType {
    ADJUST = "ADJUST",
    SET = "SET"
}
