import { Position, Rewarder } from './types'; import { ParsedAccount } from '../../utils/solana'; import { MergeMiner, Miner, Quarry } from './structs'; export declare const calculatePositions: (mergeMinerAccounts: ParsedAccount[], minerAccounts: ParsedAccount[], replicaMinerAccounts: ParsedAccount[][], allRewarders: Rewarder[], quarryAccounts: ParsedAccount[], owner: string) => Position[];