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 GiftCardCustomerLinkedEventObject: core.serialization.ObjectSchema; export declare namespace GiftCardCustomerLinkedEventObject { interface Raw { gift_card?: GiftCard.Raw | null; linked_customer_id?: (string | null | undefined) | null; } }