///
///
import { PublicKey } from '@solana/web3.js';
export declare const platformId = "whalesmarket";
export declare const pid: PublicKey;
export declare const whalesApi = "https://api.whales.market/v2/tokens";
export declare const tokensKey = "tokens";
export declare const lastCountKey = "lastCount";