///
///
import { PublicKey } from '@solana/web3.js';
export declare const platformId = "famousfoxfederation";
export declare const foxyMint = "FoXyMu5xwXre7zEoSvzViRk3nGawHUp9kUh97y2NDhcq";
export declare const tokenMarketProgram: PublicKey;
export declare const foxProgram: PublicKey;
export declare const stakingConfigAccount: PublicKey;
export declare const cachePrefix = "famousfoxfederation";
export declare const stakingConfigCacheKey = "stakingconfig";