export declare enum SortFields {
    NORMALIZEDUNIT = "normalizedUnit",
    EFFECTIVEUNITPRICE = "effectiveUnitPrice"
}
