import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { OrderFulfillmentUpdated } from "./OrderFulfillmentUpdated"; export declare const OrderFulfillmentUpdatedObject: core.serialization.ObjectSchema; export declare namespace OrderFulfillmentUpdatedObject { interface Raw { order_fulfillment_updated?: OrderFulfillmentUpdated.Raw | null; } }