import BigNumber from 'bignumber.js'; import { Quarry, Miner } from './structs'; export declare const getClaimableRewards: (quarryAccount: Quarry, minerAccount: Miner) => BigNumber;