/**
 * Is the JS Object passed in truly just an object?
 */
export declare function isPlainObject(o: any): boolean;
