import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { InventoryState } from "./InventoryState"; export declare const InventoryAdjustmentGroup: core.serialization.ObjectSchema; export declare namespace InventoryAdjustmentGroup { interface Raw { id?: string | null; root_adjustment_id?: string | null; from_state?: InventoryState.Raw | null; to_state?: InventoryState.Raw | null; } }