import * as z from "zod/v4-mini"; export type GetCustomerByExternalIdRequest = { /** * Customer External ID */ externalId: string; }; /** @internal */ export type GetCustomerByExternalIdRequest$Outbound = { external_id: string; }; /** @internal */ export declare const GetCustomerByExternalIdRequest$outboundSchema: z.ZodMiniType; export declare function getCustomerByExternalIdRequestToJSON(getCustomerByExternalIdRequest: GetCustomerByExternalIdRequest): string; //# sourceMappingURL=get-customer-by-external-id-op.d.ts.map