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