import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiV3ImagesTransactionsTransactionHashPngRequest = { transactionHash: string; }; /** @internal */ export declare const GetApiV3ImagesTransactionsTransactionHashPngRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiV3ImagesTransactionsTransactionHashPngRequest$Outbound = { transaction_hash: string; }; /** @internal */ export declare const GetApiV3ImagesTransactionsTransactionHashPngRequest$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 GetApiV3ImagesTransactionsTransactionHashPngRequest$ { /** @deprecated use `GetApiV3ImagesTransactionsTransactionHashPngRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesTransactionsTransactionHashPngRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV3ImagesTransactionsTransactionHashPngRequest$Outbound` instead. */ type Outbound = GetApiV3ImagesTransactionsTransactionHashPngRequest$Outbound; } export declare function getApiV3ImagesTransactionsTransactionHashPngRequestToJSON(getApiV3ImagesTransactionsTransactionHashPngRequest: GetApiV3ImagesTransactionsTransactionHashPngRequest): string; export declare function getApiV3ImagesTransactionsTransactionHashPngRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv3imagestransactionstransactionhashpng.d.ts.map