/** * Return string representation of the object type * @param object - object to get type * @returns string type name of the passed object */ export declare function typeOf(object: any): string;