/**
 * @module Utilities
 */
/**
 * @internal
 */
export declare function getConstructorName(instance: object): string;
