import { CacheSignature } from '../../operator/cache'; declare module '../../Observable' { interface Observable { cache: CacheSignature; } }