export declare function isValidPlainObject(obj: any): obj is Object; export declare function isArrayLikeObject(collection: any): boolean;