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