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