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