/** Returns true if `obj` is object and not null */ export declare const isObject: (obj: unknown) => obj is Record;