export declare const isObjectLike: (value: any) => boolean;
export declare const isPlainObject: (value: any) => boolean;
export declare const isPlainObjectAndEmpty: (value: any) => boolean;
