/** * Returns `true` if `value` is a non-null, non-array plain object (i.e. assignable to * `Record`), narrowing the type accordingly. * * @public */ export declare function isRecord(value: unknown): value is Record; //# sourceMappingURL=isRecord.d.ts.map