import * as z from "zod/v4-mini"; import { CustomerSessionCustomerExternalIDCreate, CustomerSessionCustomerExternalIDCreate$Outbound } from "../components/customersessioncustomerexternalidcreate.js"; import { CustomerSessionCustomerIDCreate, CustomerSessionCustomerIDCreate$Outbound } from "../components/customersessioncustomeridcreate.js"; export type CustomerSessionsCreateCustomerSessionCreate = CustomerSessionCustomerIDCreate | CustomerSessionCustomerExternalIDCreate; /** @internal */ export type CustomerSessionsCreateCustomerSessionCreate$Outbound = CustomerSessionCustomerIDCreate$Outbound | CustomerSessionCustomerExternalIDCreate$Outbound; /** @internal */ export declare const CustomerSessionsCreateCustomerSessionCreate$outboundSchema: z.ZodMiniType; export declare function customerSessionsCreateCustomerSessionCreateToJSON(customerSessionsCreateCustomerSessionCreate: CustomerSessionsCreateCustomerSessionCreate): string; //# sourceMappingURL=customersessionscreate.d.ts.map