import * as z from "zod/v4"; export type WhoamiGlobals = { /** * 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 WhoamiRequest = {}; /** @internal */ export type WhoamiRequest$Outbound = {}; /** @internal */ export declare const WhoamiRequest$outboundSchema: z.ZodType; export declare function whoamiRequestToJSON(whoamiRequest: WhoamiRequest): string; //# sourceMappingURL=whoami.d.ts.map