import type { AccountData } from "@cardinal/common"; import type { Connection, PublicKey } from "@solana/web3.js"; import type { RewardDistributorData, RewardEntryData } from "./constants"; export declare const getRewardEntry: (connection: Connection, rewardEntryId: PublicKey) => Promise>; export declare const getRewardEntries: (connection: Connection, rewardEntryIds: PublicKey[]) => Promise[]>; export declare const getRewardDistributor: (connection: Connection, rewardDistributorId: PublicKey) => Promise>; export declare const getRewardDistributors: (connection: Connection, rewardDistributorIds: PublicKey[]) => Promise[]>; export declare const getRewardEntriesForRewardDistributor: (connection: Connection, rewardDistributorId: PublicKey) => Promise[]>; export declare const getAllRewardEntries: (connection: Connection) => Promise[]>; //# sourceMappingURL=accounts.d.ts.map