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