import { CatchSignature } from '../../operator/catch'; declare module '../../Observable' { interface Observable { catch: CatchSignature; _catch: CatchSignature; } }