import type * as Square from "../../../../../api/index"; import * as core from "../../../../../core"; import type * as serializers from "../../../../index"; import { InventoryAdjustmentReason } from "../../../../types/InventoryAdjustmentReason"; export declare const CreateInventoryAdjustmentReasonRequest: core.serialization.Schema; export declare namespace CreateInventoryAdjustmentReasonRequest { interface Raw { idempotency_key: string; adjustment_reason: InventoryAdjustmentReason.Raw; } }