///
///
import { PublicKey } from '@solana/web3.js';
import { QuarryPDA, Rewarder } from './types';
import { ParsedAccount } from '../../utils/solana';
import { MergeMiner, Miner } from './structs';
export declare const getQuarryPDAs: (rewarders: Rewarder[], owner: PublicKey) => QuarryPDA[];
export declare const isMinerAccount: (account: ParsedAccount | ParsedAccount) => account is ParsedAccount;