import * as z from "zod/v4-mini"; export type CustomerSeatsGetClaimInfoRequest = { invitationToken: string; }; /** @internal */ export type CustomerSeatsGetClaimInfoRequest$Outbound = { invitation_token: string; }; /** @internal */ export declare const CustomerSeatsGetClaimInfoRequest$outboundSchema: z.ZodMiniType; export declare function customerSeatsGetClaimInfoRequestToJSON(customerSeatsGetClaimInfoRequest: CustomerSeatsGetClaimInfoRequest): string; //# sourceMappingURL=customerseatsgetclaiminfo.d.ts.map