import * as z from "zod/v4-mini"; export type GetEntitlementRequest = { /** * Entitlement ID */ id: string; }; /** @internal */ export type GetEntitlementRequest$Outbound = { id: string; }; /** @internal */ export declare const GetEntitlementRequest$outboundSchema: z.ZodMiniType; export declare function getEntitlementRequestToJSON(getEntitlementRequest: GetEntitlementRequest): string; //# sourceMappingURL=get-entitlement-op.d.ts.map