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