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