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