import { Connection, Commitment, ConnectionConfig } from '@solana/web3.js';
import { ethers } from 'ethers';
export declare function getEvmProvider(rpc: string): ethers.providers.JsonRpcProvider;
export declare function getSolanaConnection(rpc: string, commitmentOrConfig?: Commitment | ConnectionConfig): Connection;
