import { type Dict } from "../@types/Dict"; export declare function isObject(value: unknown): value is Dict;