/** * Uses `Object.prototype.toString` to determine the type of an object, normalizing behavior across * engine versions & well optimized. * * @category Internal */ export declare function typeDetect(obj: unknown): string;