import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiV3ImagesNodesNodeIdPngRequest = { nodeId: string; }; /** @internal */ export declare const GetApiV3ImagesNodesNodeIdPngRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiV3ImagesNodesNodeIdPngRequest$Outbound = { node_id: string; }; /** @internal */ export declare const GetApiV3ImagesNodesNodeIdPngRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GetApiV3ImagesNodesNodeIdPngRequest$ { /** @deprecated use `GetApiV3ImagesNodesNodeIdPngRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesNodesNodeIdPngRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesNodesNodeIdPngRequest$Outbound` instead. */ type Outbound = GetApiV3ImagesNodesNodeIdPngRequest$Outbound; } export declare function getApiV3ImagesNodesNodeIdPngRequestToJSON(getApiV3ImagesNodesNodeIdPngRequest: GetApiV3ImagesNodesNodeIdPngRequest): string; export declare function getApiV3ImagesNodesNodeIdPngRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv3imagesnodesnodeidpng.d.ts.map