import type { JsonValue } from "../core/results.ts"; import type { StackItem } from "../core/types.ts"; export declare function isPlainObject(value: unknown): value is Record; export declare const isStackItemWithArrayValue: (item: StackItem) => item is StackItem; export declare const isStackItemWithObjectValue: (item: StackItem) => item is StackItem>;