/*!
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
*
* Copyright (c) 2014-2017, Jon Schlinkert.
* Released under the MIT License.
*/exportdeclarefunctionisPlainObject(value: unknown): value is {};
//# sourceMappingURL=index.d.ts.map