export interface Detector { start(): void; stop(): void; } //# sourceMappingURL=detector.d.ts.map