import type { AccountData } from "@cardinal/common"; import type { Connection, PublicKey } from "@solana/web3.js"; import type { PaidClaimApproverData } from "./constants"; export declare const getClaimApprover: (connection: Connection, tokenManagerId: PublicKey) => Promise>; export declare const getClaimApprovers: (connection: Connection, claimApproverIds: PublicKey[]) => Promise[]>; export declare const getAllClaimApprovers: (connection: Connection) => Promise[]>; //# sourceMappingURL=accounts.d.ts.map