/** Detects if a variable is a javascript Object. @param item The value to test. */ export default function (item: unknown): boolean;