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