import { Connection } from "@solana/web3.js"; import { ISolanaContextData } from "../../core/providers/SolanaProvider"; export declare function useSolana(): ISolanaContextData; export declare const useSolanaConnection: () => Connection;