import { web3 } from '@project-serum/anchor';
import { FarmerView } from '../../types';
declare type GetAllFarmAccounts = (params: {
    gemFarmProgramId: web3.PublicKey;
    connection: web3.Connection;
}) => Promise<FarmerView[]>;
export declare const getAllFarmAccounts: GetAllFarmAccounts;
export {};
