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