export declare function isNonNullObject(obj: any): obj is Record<string | number, any>;
export declare function isPlainObject(obj: any): obj is Record<string | number, any>;
//# sourceMappingURL=objects.d.ts.map