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