import { Address, IAccountMeta, IInstruction } from "@solana/kit";
export interface UpdateRewardInfosAccounts {
    poolState: Address;
}
export declare function updateRewardInfos(accounts: UpdateRewardInfosAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=updateRewardInfos.d.ts.map