import type { UnknownRecord } from '../types/records.js'; export declare const isObject: (input: unknown) => input is UnknownRecord;