export declare const InventoryAdjustmentReasonDirection: { readonly Increase: "INCREASE"; readonly Decrease: "DECREASE"; }; export type InventoryAdjustmentReasonDirection = (typeof InventoryAdjustmentReasonDirection)[keyof typeof InventoryAdjustmentReasonDirection];