import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { MoneroP2PEntry } from "./monerop2pentry.js"; export type MoneroP2PPayload = { entries?: Array | null | undefined; }; /** @internal */ export declare const MoneroP2PPayload$inboundSchema: z.ZodType; export declare function moneroP2PPayloadFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=monerop2ppayload.d.ts.map