/**
 * Return a string with the type of the object
 * @param arg
 * @returns {string}
 */
export declare function kindOf(arg: unknown): string;
