import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const SubscriptionEventInfoCode: core.serialization.Schema; export declare namespace SubscriptionEventInfoCode { type Raw = "LOCATION_NOT_ACTIVE" | "LOCATION_CANNOT_ACCEPT_PAYMENT" | "CUSTOMER_DELETED" | "CUSTOMER_NO_EMAIL" | "CUSTOMER_NO_NAME" | "USER_PROVIDED"; }