export declare const uuidAlreadyReportedError: string; export declare class TypeUuid { /** * Returns true if the `targetObject` is an instance of a JavaScript class that was previously * registered using the specified `typeUuid`. Base classes are also considered. */ static isInstanceOf(targetObject: unknown, typeUuid: string): boolean; } //# sourceMappingURL=TypeUuidLite.d.ts.map