import { AnchorProvider, web3 } from '@project-serum/anchor'; import { Wallet } from '@project-serum/anchor/dist/cjs/provider'; import { SPLT } from '@senswap/sen-js'; /** * Cluster connection */ export declare const connection: web3.Connection; /** * SPL Token Library - SenswapJS Legacy */ export declare const splt: SPLT; /** * Anchor's Wallet */ export declare const getAnchorWallet: () => Wallet | undefined; /** * Anchor's Provider */ export declare const getAnchorProvider: (anchorWallet?: Wallet | undefined) => AnchorProvider | undefined;