declare const testSingleChainOverride: () => void; declare const testMultipleChainOverrides: () => void; declare const testQuickRpcOverride: () => void; declare const testGetChainByName: () => void; declare const testCustomizedChains: () => void; declare const testGetAllChains: () => void; declare const testErrorHandling: () => void; declare const testIntegrationWithWallet: () => void; declare const testIntegrationWithSVMWallet: () => void; declare const testComplexOverride: () => void; declare const runAllTests: () => void; export { testSingleChainOverride, testMultipleChainOverrides, testQuickRpcOverride, testGetChainByName, testCustomizedChains, testGetAllChains, testErrorHandling, testIntegrationWithWallet, testIntegrationWithSVMWallet, testComplexOverride, runAllTests };