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