import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiV3ImagesSubnetsSubnetIdPngRequest = { subnetId: string; }; /** @internal */ export declare const GetApiV3ImagesSubnetsSubnetIdPngRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiV3ImagesSubnetsSubnetIdPngRequest$Outbound = { subnet_id: string; }; /** @internal */ export declare const GetApiV3ImagesSubnetsSubnetIdPngRequest$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 GetApiV3ImagesSubnetsSubnetIdPngRequest$ { /** @deprecated use `GetApiV3ImagesSubnetsSubnetIdPngRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesSubnetsSubnetIdPngRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesSubnetsSubnetIdPngRequest$Outbound` instead. */ type Outbound = GetApiV3ImagesSubnetsSubnetIdPngRequest$Outbound; } export declare function getApiV3ImagesSubnetsSubnetIdPngRequestToJSON(getApiV3ImagesSubnetsSubnetIdPngRequest: GetApiV3ImagesSubnetsSubnetIdPngRequest): string; export declare function getApiV3ImagesSubnetsSubnetIdPngRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv3imagessubnetssubnetidpng.d.ts.map