import * as z from "zod/v4-mini"; export type CustomerPortalBenefitGrantsGetSecurity = { customerSession?: string | undefined; memberSession?: string | undefined; }; export type CustomerPortalBenefitGrantsGetRequest = { /** * The benefit grant ID. */ id: string; }; /** @internal */ export type CustomerPortalBenefitGrantsGetSecurity$Outbound = { customer_session?: string | undefined; member_session?: string | undefined; }; /** @internal */ export declare const CustomerPortalBenefitGrantsGetSecurity$outboundSchema: z.ZodMiniType; export declare function customerPortalBenefitGrantsGetSecurityToJSON(customerPortalBenefitGrantsGetSecurity: CustomerPortalBenefitGrantsGetSecurity): string; /** @internal */ export type CustomerPortalBenefitGrantsGetRequest$Outbound = { id: string; }; /** @internal */ export declare const CustomerPortalBenefitGrantsGetRequest$outboundSchema: z.ZodMiniType; export declare function customerPortalBenefitGrantsGetRequestToJSON(customerPortalBenefitGrantsGetRequest: CustomerPortalBenefitGrantsGetRequest): string; //# sourceMappingURL=customerportalbenefitgrantsget.d.ts.map