import { WithLatestFromSignature } from '../../operator/withLatestFrom'; declare module '../../Observable' { interface Observable { withLatestFrom: WithLatestFromSignature; } }