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