/** * Determine if obj is an object according to serialization */ export declare function isObject(obj: any): boolean;