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