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