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