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