import { JsonValue, JsonObject } from '@backstage/types'; export declare function isObject(obj: JsonValue | undefined): obj is JsonObject;