import { PublicKey, RpcResponseAndContext, SimulatedTransactionResponse } from '@solana/web3.js'; export declare const SOLANA_TOKEN_PROGRAM: PublicKey; export declare const getSolSimulationError: (data: RpcResponseAndContext) => "" | "Insufficient balance" | "Slippage tolerance exceeded"; //# sourceMappingURL=SolanaConstant.d.ts.map