/** * Checks whether a given value is an object. * * @param val The value to check. */ export declare function isObject(val: unknown): val is T;