declare function isPlainObject(value: unknown): value is object;

export { isPlainObject as default, isPlainObject };
