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