export interface Detector { readonly name: string; update(): void; } //# sourceMappingURL=Detector.d.ts.map