type SolanaWeb3Module = typeof import("@solana/web3.js"); /** * Lazily loads @solana/web3.js and caches the module namespace object. */ export declare function loadSolanaWeb3(feature: string): Promise; export {}; //# sourceMappingURL=solanaWeb3Runtime.d.ts.map