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