/** A plain object with named properties: null and arrays are not records. */ export declare function isRecord(value: unknown): value is Record;