/**
 * @author WMXPY
 * @namespace Util
 * @description Type Check
 */
export declare const typeCheckIsConstructor: (target: any) => boolean;
