import { Environments, Networks } from "../constants";
export declare function getNetwork(environment: Environments): Networks;
