/** * Checks if the given value is a class definition (constructor). * @param value - The value to check. * @returns True if the value is a class definition. */ export declare function isClassDefinition(value: any): boolean; /** * Checks if the given value is an instance of a class. * @param value - The value to check. * @returns True if the value is a class instance. */ export declare function isClassInstance(value: any): boolean; //# sourceMappingURL=classUtils.d.ts.map