import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface UpdateFeeOwnerAccounts {
    lbPair: PublicKey;
    newFeeOwner: PublicKey;
    admin: PublicKey;
}
export declare function updateFeeOwner(accounts: UpdateFeeOwnerAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=updateFeeOwner.d.ts.map