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