import { find } from '../../operator/find'; declare module 'rxjs/internal/Observable' { interface Observable { find: typeof find; } }