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