import { withLatestFrom } from '../../operator/withLatestFrom'; declare module 'rxjs/internal/Observable' { interface Observable { withLatestFrom: typeof withLatestFrom; } }