declare function isPlainObj(val: any): boolean;

export = isPlainObj;
