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