/** Indicates whether Square should alert the merchant when the inventory quantity of a CatalogItemVariation is low. */ export declare const InventoryAlertType: { readonly None: "NONE"; readonly LowQuantity: "LOW_QUANTITY"; }; export type InventoryAlertType = (typeof InventoryAlertType)[keyof typeof InventoryAlertType];