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