import * as z from "zod/v4"; export type GetSetupRegistrationOperationGlobals = { /** * 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 GetSetupRegistrationOperationRequest = { /** * Unique identifier for the setup registration operation. */ id: string; }; /** @internal */ export type GetSetupRegistrationOperationRequest$Outbound = { id: string; }; /** @internal */ export declare const GetSetupRegistrationOperationRequest$outboundSchema: z.ZodType; export declare function getSetupRegistrationOperationRequestToJSON(getSetupRegistrationOperationRequest: GetSetupRegistrationOperationRequest): string; //# sourceMappingURL=getsetupregistrationoperation.d.ts.map