import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { ItemFulfillmentLine } from "./ItemFulfillmentLine"; export declare const ItemFulfillmentLinesItem: core.serialization.Schema; export declare namespace ItemFulfillmentLinesItem { type Raw = string | ItemFulfillmentLine.Raw; }