import { Network, Networkish } from '@ethersproject/networks'; export interface NetworkWithUrl extends Network { url: string; } export declare const NEAR_NETWORK: Network; export declare const NEAR_TESTNET_NETWORK: Network; export declare const NEAR_BETANET_NETWORK: Network; export declare function getNetwork(_network?: Networkish): Network | undefined; //# sourceMappingURL=networks.d.ts.map