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