/** Narrows `unknown` to a plain object without a type assertion. */ export declare const isRecord: (value: unknown) => value is Record;