export declare type InventorySortingModeType = 'fifo' | 'lifo' | 'bbe' | 'manual'; export declare type InventoryIterationType = 'use_next' | 'out_of_stock'; export declare type SelectableInventoriesModeType = 'dropdown' | 'list'; export declare type RegionRestrictionModeType = 'no-restriction' | 'countries' | 'shipping-zones'; export declare type GlobalType = 'global';