/** * Check if the given object is a record. * * @param {unknown} obj - The object to check. * @returns {boolean} - True if the object is a record, false otherwise. */ export declare function isRecord(obj: unknown): obj is Record; //# sourceMappingURL=isRecord.d.ts.map