import { JsonRpcSchemaMap } from '@json-rpc-tools/types';
import { ChainConfig, SupportedChains } from './types';
export declare function getNamespaceProperty<T = any>(chainId: string, property: string): T;
export declare function getChainJsonRpcSchemas(chainId: string): JsonRpcSchemaMap;
export declare function getChainConfig(chainId: string): ChainConfig;
export declare function getSupportedChains(targetNamespace?: string): SupportedChains;
//# sourceMappingURL=utils.d.ts.map