import { PublicKey } from "@solana/web3.js"; export declare const findRewarderAddress: (base: PublicKey, programID?: PublicKey) => Promise<[PublicKey, number]>; export declare const findQuarryAddress: (rewarder: PublicKey, tokenMint: PublicKey, programID?: PublicKey) => Promise<[PublicKey, number]>; export declare const findMinerAddress: (quarry: PublicKey, authority: PublicKey, programID?: PublicKey) => Promise<[PublicKey, number]>; //# sourceMappingURL=pda.d.ts.map