import * as z from "zod/v4-mini"; export type OrganizationsGetRequest = { id: string; }; /** @internal */ export type OrganizationsGetRequest$Outbound = { id: string; }; /** @internal */ export declare const OrganizationsGetRequest$outboundSchema: z.ZodMiniType; export declare function organizationsGetRequestToJSON(organizationsGetRequest: OrganizationsGetRequest): string; //# sourceMappingURL=organizationsget.d.ts.map