import * as z from "zod/v3"; export type GetNodeRequest = { nodeId: string; }; /** @internal */ export type GetNodeRequest$Outbound = { nodeId: string; }; /** @internal */ export declare const GetNodeRequest$outboundSchema: z.ZodType; export declare function getNodeRequestToJSON(getNodeRequest: GetNodeRequest): string; //# sourceMappingURL=getnode.d.ts.map