///
///
import { PublicKey } from '@solana/web3.js';
export declare const platformId = "sharky";
export declare const collectionsCacheKey = "sharky-collections";
export declare const tokensOrderBooksCacheKey = "sharky-tokens-orderbooks";
export declare const cachePrefix = "sharky";
export declare const sharkyProgram: PublicKey;
export declare const loanDataSize = 338;
export declare const orderBookDataSize = 10240;