import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiV3ImagesDataCentersDcIdPngRequest = { dcId: string; }; /** @internal */ export declare const GetApiV3ImagesDataCentersDcIdPngRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiV3ImagesDataCentersDcIdPngRequest$Outbound = { dc_id: string; }; /** @internal */ export declare const GetApiV3ImagesDataCentersDcIdPngRequest$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 GetApiV3ImagesDataCentersDcIdPngRequest$ { /** @deprecated use `GetApiV3ImagesDataCentersDcIdPngRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesDataCentersDcIdPngRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesDataCentersDcIdPngRequest$Outbound` instead. */ type Outbound = GetApiV3ImagesDataCentersDcIdPngRequest$Outbound; } export declare function getApiV3ImagesDataCentersDcIdPngRequestToJSON(getApiV3ImagesDataCentersDcIdPngRequest: GetApiV3ImagesDataCentersDcIdPngRequest): string; export declare function getApiV3ImagesDataCentersDcIdPngRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv3imagesdatacentersdcidpng.d.ts.map