declare function setupTrackingService(url: string, deviceId: string, interval: number): void; declare function startTrackingService(): void; declare function stopTrackingService(): void; declare const _default: { startTrackingService: typeof startTrackingService; stopTrackingService: typeof stopTrackingService; setupTrackingService: typeof setupTrackingService; }; export default _default; //# sourceMappingURL=index.d.ts.map