/** * @param obj Can be `Array | string | object`. */ export declare function isEmptyObject(obj: T): boolean;