import { EthernetService } from './service'; declare module '@iotize/tap/lib/service-container' { interface ServiceContainer { ethernet: EthernetService; } } export declare const _TAP_SERVICE_EXTENSION_ETHERNET_: import("@iotize/tap").ServiceContainer;