/** * Redeem payment — thin wrapper over {@link extensionPayment} with `paymentType: "redeem"`. */ import type { RedeemPayment } from "./types"; export declare const redeemPayment: RedeemPayment;