import type { Dictionary } from '@stoplight/types';
export declare function isObject(value: unknown): value is Dictionary<unknown>;
