import { type AppKitNetwork, type CaipNetworkId, type CaipNamespaces, type Network } from '@reown/appkit-common-react-native'; export declare const NetworkUtil: { formatNetwork(network: Network, projectId: string): AppKitNetwork; formatNetworks(networks: Network[], projectId: string): AppKitNetwork[]; getBlockchainApiRpcUrl(caipNetworkId: CaipNetworkId, projectId: string): string; getDefaultNetwork(namespaces: CaipNamespaces, defaultNetwork?: AppKitNetwork): AppKitNetwork | undefined; }; //# sourceMappingURL=NetworkUtil.d.ts.map