/** * Get the name of a property in an object or class instance. * @param {function} key The key of the property. * @returns {string} The name of the property. */ export declare function nameof(key: (x: T) => any): string;