import * as z from "zod/v4-mini"; export type CustomerPortalLicenseKeysGetSecurity = { customerSession?: string | undefined; memberSession?: string | undefined; }; export type CustomerPortalLicenseKeysGetRequest = { id: string; }; /** @internal */ export type CustomerPortalLicenseKeysGetSecurity$Outbound = { customer_session?: string | undefined; member_session?: string | undefined; }; /** @internal */ export declare const CustomerPortalLicenseKeysGetSecurity$outboundSchema: z.ZodMiniType; export declare function customerPortalLicenseKeysGetSecurityToJSON(customerPortalLicenseKeysGetSecurity: CustomerPortalLicenseKeysGetSecurity): string; /** @internal */ export type CustomerPortalLicenseKeysGetRequest$Outbound = { id: string; }; /** @internal */ export declare const CustomerPortalLicenseKeysGetRequest$outboundSchema: z.ZodMiniType; export declare function customerPortalLicenseKeysGetRequestToJSON(customerPortalLicenseKeysGetRequest: CustomerPortalLicenseKeysGetRequest): string; //# sourceMappingURL=customerportallicensekeysget.d.ts.map