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