import { PublicKey } from "@solana/web3.js"; export declare const findRedeemerKey: ({ iouMint, redemptionMint, }: { iouMint: PublicKey; redemptionMint: PublicKey; }) => Promise<[PublicKey, number]>; //# sourceMappingURL=pda.d.ts.map