import { WalletCheckModal, StateAndHelpers, WalletCheckCustomOptions } from '../../interfaces'; declare function network(options?: WalletCheckCustomOptions): (currentState: StateAndHelpers) => Promise; export default network;