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