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