import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export declare const GetApiV3MetricsIcpTxnVsEthTxnFormat: { readonly Json: "json"; readonly Csv: "csv"; }; export type GetApiV3MetricsIcpTxnVsEthTxnFormat = ClosedEnum; export type GetApiV3MetricsIcpTxnVsEthTxnRequest = { format?: GetApiV3MetricsIcpTxnVsEthTxnFormat | undefined; }; /** @internal */ export declare const GetApiV3MetricsIcpTxnVsEthTxnFormat$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiV3MetricsIcpTxnVsEthTxnFormat$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GetApiV3MetricsIcpTxnVsEthTxnFormat$ { /** @deprecated use `GetApiV3MetricsIcpTxnVsEthTxnFormat$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Json: "json"; readonly Csv: "csv"; }>; /** @deprecated use `GetApiV3MetricsIcpTxnVsEthTxnFormat$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Json: "json"; readonly Csv: "csv"; }>; } /** @internal */ export declare const GetApiV3MetricsIcpTxnVsEthTxnRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiV3MetricsIcpTxnVsEthTxnRequest$Outbound = { format: string; }; /** @internal */ export declare const GetApiV3MetricsIcpTxnVsEthTxnRequest$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 GetApiV3MetricsIcpTxnVsEthTxnRequest$ { /** @deprecated use `GetApiV3MetricsIcpTxnVsEthTxnRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV3MetricsIcpTxnVsEthTxnRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV3MetricsIcpTxnVsEthTxnRequest$Outbound` instead. */ type Outbound = GetApiV3MetricsIcpTxnVsEthTxnRequest$Outbound; } export declare function getApiV3MetricsIcpTxnVsEthTxnRequestToJSON(getApiV3MetricsIcpTxnVsEthTxnRequest: GetApiV3MetricsIcpTxnVsEthTxnRequest): string; export declare function getApiV3MetricsIcpTxnVsEthTxnRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv3metricsicptxnvsethtxn.d.ts.map