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