import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { InvoiceCanceledEventObject } from "./InvoiceCanceledEventObject"; export declare const InvoiceCanceledEventData: core.serialization.ObjectSchema; export declare namespace InvoiceCanceledEventData { interface Raw { type?: (string | null | undefined) | null; id?: string | null; object?: InvoiceCanceledEventObject.Raw | null; } }