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