import { ConstructorFor } from '../../Types'; export default function ofType(iterable: Iterable, ctor: ConstructorFor): Iterable;