import type { NetWorkPlugin } from './definitions'; declare const NetWork: NetWorkPlugin; export * from './definitions'; export { NetWork };