export declare function isObject(value: unknown): value is Record; export declare function isNegativeZero(i: number): boolean; export declare function isPlainObject(object: unknown): object is object; //# sourceMappingURL=_utils.d.ts.map