import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { MoneroP2PPingResponse } from "./monerop2ppingresponse.js"; export type MoneroP2P = { pingResponse?: MoneroP2PPingResponse | undefined; }; /** @internal */ export declare const MoneroP2P$inboundSchema: z.ZodType; export declare function moneroP2PFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=monerop2p.d.ts.map