import { SmartDeviceModelNetwork } from '../types/SdmModel'; /** * @deprecated use useDevice instead */ export declare function useNetwork(selector?: (netWork: SmartDeviceModelNetwork) => any, equalityFn?: (a: SmartDeviceModelNetwork, b: SmartDeviceModelNetwork) => boolean): SmartDeviceModelNetwork;