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