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