import { IConstructorCtor } from "./i-constructor-ctor"; import { PredicateArgument } from "../../dict/node/i-node-dict"; /** * Checks if the provided item is an IConstructorCtor * @param {PredicateArgument} item * @returns {boolean} */ export declare function isIConstructorCtor(item: PredicateArgument): item is IConstructorCtor;