import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const CardForgottenEventCard: core.serialization.ObjectSchema; export declare namespace CardForgottenEventCard { interface Raw { id?: string | null; customer_id?: (string | null | undefined) | null; enabled?: (boolean | null | undefined) | null; reference_id?: (string | null | undefined) | null; version?: (bigint | number) | null; merchant_id?: (string | null | undefined) | null; } }