import { PublicKey } from "@solana/web3.js"; /** * Finds the address of the paid claim approver. * @returns */ export declare const findClaimApproverAddress: (tokenManagerId: PublicKey) => PublicKey; //# sourceMappingURL=pda.d.ts.map