import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const CustomerCreatedEventEventContextMerge: core.serialization.ObjectSchema; export declare namespace CustomerCreatedEventEventContextMerge { interface Raw { from_customer_ids?: (string[] | null | undefined) | null; to_customer_id?: (string | null | undefined) | null; } }