import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const CustomerCreationSource: core.serialization.Schema; export declare namespace CustomerCreationSource { type Raw = "OTHER" | "APPOINTMENTS" | "COUPON" | "DELETION_RECOVERY" | "DIRECTORY" | "EGIFTING" | "EMAIL_COLLECTION" | "FEEDBACK" | "IMPORT" | "INVOICES" | "LOYALTY" | "MARKETING" | "MERGE" | "ONLINE_STORE" | "INSTANT_PROFILE" | "TERMINAL" | "THIRD_PARTY" | "THIRD_PARTY_IMPORT" | "UNMERGE_RECOVERY"; }