/**
 * Defines name for any value.
 *
 * @param {any} x Input value.
 *
 * @returns {boolean} Name when present. Unknown otherwise.
 */
export declare function nameOf(x: any): string;
//# sourceMappingURL=name-of.d.ts.map