import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { ItemFulfillmentRequestRequest } from "./ItemFulfillmentRequestRequest"; export declare const ItemFulfillmentBatchItemRequest: core.serialization.ObjectSchema; export declare namespace ItemFulfillmentBatchItemRequest { interface Raw { item_id: string; payload: ItemFulfillmentRequestRequest.Raw; } }