import type { Type } from './types.js'; export declare function isClassConstructor(arg: any): arg is Type; export declare function targetName(target: T): string;