import * as z from "zod/v4"; export type RotateMachinesJoinTokenGlobals = { /** * Workspace name. Platform API keys already select a workspace; other authentication methods can configure it once on the SDK client. */ workspace?: string | undefined; }; export type RotateMachinesJoinTokenRequest = { /** * Unique identifier for the deployment. */ id: string; }; /** @internal */ export type RotateMachinesJoinTokenRequest$Outbound = { id: string; }; /** @internal */ export declare const RotateMachinesJoinTokenRequest$outboundSchema: z.ZodType; export declare function rotateMachinesJoinTokenRequestToJSON(rotateMachinesJoinTokenRequest: RotateMachinesJoinTokenRequest): string; //# sourceMappingURL=rotatemachinesjointoken.d.ts.map