import type { NetworkInfo } from './types'; export declare const getAllNetworks: () => NetworkInfo[];