import * as z from "zod/v4-mini"; export type CustomerSeatsListSeatsRequest = { subscriptionId?: string | null | undefined; orderId?: string | null | undefined; }; /** @internal */ export type CustomerSeatsListSeatsRequest$Outbound = { subscription_id?: string | null | undefined; order_id?: string | null | undefined; }; /** @internal */ export declare const CustomerSeatsListSeatsRequest$outboundSchema: z.ZodMiniType; export declare function customerSeatsListSeatsRequestToJSON(customerSeatsListSeatsRequest: CustomerSeatsListSeatsRequest): string; //# sourceMappingURL=customerseatslistseats.d.ts.map