import type { NetworkPlugin } from './definitions';
declare const Network: NetworkPlugin;
export * from './definitions';
export { Network };
