import { WalletReadyModule } from "../../interfaces";
declare function network(correctNetwork: number): WalletReadyModule;
export default network;
