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