import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface RefreshFarmAccounts {
farmState: PublicKey;
scopePrices: PublicKey;
}
export declare function refreshFarm(accounts: RefreshFarmAccounts, programId?: PublicKey): TransactionInstruction;