import type { Network, Networkish } from '@1hive/connect-types';
export declare function networkFromChainId(chainId: number): Network | null;
export declare function networkFromName(name: string): Network | null;
export declare function toNetwork(network: Networkish): Network;
//# sourceMappingURL=network.d.ts.map