import type { Chain } from "viem";
export declare function getChainFromName(name: string): Chain;
