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