/**
 * @module node-opcua-utils
 */
/**

 * @param obj
 * @return {string}
 */
export declare function getObjectClassName(obj: unknown): string;
