import { type AppKitNetwork, type Network } from '@reown/appkit-common-react-native'; export declare function getTransport({ chainId, projectId }: { chainId: number; projectId: string; }): import("viem").HttpTransport; export declare function formatNetwork(network: Network): AppKitNetwork; export declare function formatNetworks(networks: Network[]): AppKitNetwork[]; //# sourceMappingURL=helpers.d.ts.map