import { Address, IAccountMeta, IAccountSignerMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface UpdateFarmAdminAccounts {
    pendingFarmAdmin: TransactionSigner;
    farmState: Address;
}
export declare function updateFarmAdmin(accounts: UpdateFarmAdminAccounts, remainingAccounts?: Array<IAccountMeta | IAccountSignerMeta>, programAddress?: Address): IInstruction<string, readonly (import("@solana/kit").IAccountLookupMeta<string, string> | IAccountMeta<string>)[]>;
//# sourceMappingURL=updateFarmAdmin.d.ts.map