import isPlainObject_ = require('is-plain-obj'); export declare type AnyPlainObject = Record; export declare const isPlainObject: typeof isPlainObject_;