import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const InventoryAdjustmentReasonIdType: core.serialization.Schema; export declare namespace InventoryAdjustmentReasonIdType { type Raw = "RECEIVED" | "DAMAGED" | "THEFT" | "LOST" | "RETURNED" | "SPOILAGE_WASTE" | "SAMPLES_PROMOTIONAL" | "INTERNAL_USE" | "VENDOR_RETURN" | "PRODUCTION_WASTE" | "SALE" | "RECOUNT" | "TRANSFER" | "IN_TRANSIT" | "CANCELED_SALE" | "CUSTOM"; }