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