import * as z from "zod/v4-mini"; export type CustomerPortalSubscriptionsGetSecurity = { customerSession?: string | undefined; memberSession?: string | undefined; }; export type CustomerPortalSubscriptionsGetRequest = { /** * The subscription ID. */ id: string; }; /** @internal */ export type CustomerPortalSubscriptionsGetSecurity$Outbound = { customer_session?: string | undefined; member_session?: string | undefined; }; /** @internal */ export declare const CustomerPortalSubscriptionsGetSecurity$outboundSchema: z.ZodMiniType; export declare function customerPortalSubscriptionsGetSecurityToJSON(customerPortalSubscriptionsGetSecurity: CustomerPortalSubscriptionsGetSecurity): string; /** @internal */ export type CustomerPortalSubscriptionsGetRequest$Outbound = { id: string; }; /** @internal */ export declare const CustomerPortalSubscriptionsGetRequest$outboundSchema: z.ZodMiniType; export declare function customerPortalSubscriptionsGetRequestToJSON(customerPortalSubscriptionsGetRequest: CustomerPortalSubscriptionsGetRequest): string; //# sourceMappingURL=customerportalsubscriptionsget.d.ts.map