import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type GetApiV3RewardNodeProvidersIdRequest = { id: number; }; /** @internal */ export declare const GetApiV3RewardNodeProvidersIdRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiV3RewardNodeProvidersIdRequest$Outbound = { id: number; }; /** @internal */ export declare const GetApiV3RewardNodeProvidersIdRequest$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 GetApiV3RewardNodeProvidersIdRequest$ { /** @deprecated use `GetApiV3RewardNodeProvidersIdRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV3RewardNodeProvidersIdRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV3RewardNodeProvidersIdRequest$Outbound` instead. */ type Outbound = GetApiV3RewardNodeProvidersIdRequest$Outbound; } export declare function getApiV3RewardNodeProvidersIdRequestToJSON(getApiV3RewardNodeProvidersIdRequest: GetApiV3RewardNodeProvidersIdRequest): string; export declare function getApiV3RewardNodeProvidersIdRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv3rewardnodeprovidersid.d.ts.map