import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiV3ImagesCanistersCanisterIdPngRequest = { canisterId: string; }; /** @internal */ export declare const GetApiV3ImagesCanistersCanisterIdPngRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiV3ImagesCanistersCanisterIdPngRequest$Outbound = { canister_id: string; }; /** @internal */ export declare const GetApiV3ImagesCanistersCanisterIdPngRequest$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 GetApiV3ImagesCanistersCanisterIdPngRequest$ { /** @deprecated use `GetApiV3ImagesCanistersCanisterIdPngRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesCanistersCanisterIdPngRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesCanistersCanisterIdPngRequest$Outbound` instead. */ type Outbound = GetApiV3ImagesCanistersCanisterIdPngRequest$Outbound; } export declare function getApiV3ImagesCanistersCanisterIdPngRequestToJSON(getApiV3ImagesCanistersCanisterIdPngRequest: GetApiV3ImagesCanistersCanisterIdPngRequest): string; export declare function getApiV3ImagesCanistersCanisterIdPngRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv3imagescanisterscanisteridpng.d.ts.map