import { Network } from './Network';
export declare type NetworkIndex = Record<string, Network>;
