import type { Context, FunctionWithContext } from '@hub3js/core'; import { type SolanaActions, type ProviderAPI as SolanaProviderApi } from '@hub3js/solana'; declare function connect(getInstance: () => SolanaProviderApi): FunctionWithContext; export declare const solanaActions: { connect: typeof connect; }; export {}; //# sourceMappingURL=solana.d.ts.map