import { Observable } from 'rxjs'; import { Tap } from './tap'; export interface TapConfigurator { configure(device: Tap): Observable; }