import type { X402PaymentPayload, X402PaymentRequired } from "./types.js"; export declare function decodePaymentRequired(encoded: string): X402PaymentRequired; export declare function encodePaymentPayload(body: X402PaymentPayload): string; //# sourceMappingURL=encode.d.ts.map