/** * Check if the given value is an object and not null * @param object The value to check * @returns boolean */ export declare function isObject(object: any): object is Record;