import { ConstructorFor } from '../../Types'; export default function ofType(array: T[], ctor: ConstructorFor): N[];