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