import * as z from "zod/v3"; export type GetNodeShapesGlobals = { orgId?: string | undefined; }; export type GetNodeShapesRequest = { orgId?: string | undefined; }; /** @internal */ export type GetNodeShapesRequest$Outbound = { orgId?: string | undefined; }; /** @internal */ export declare const GetNodeShapesRequest$outboundSchema: z.ZodType; export declare function getNodeShapesRequestToJSON(getNodeShapesRequest: GetNodeShapesRequest): string; //# sourceMappingURL=getnodeshapes.d.ts.map