import { NetworkNames } from '../constants'; export declare function prepareNetworkName(networkNameOrChainId: string | number): NetworkNames;