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