/** * * @param obj * @returns */ declare const isEmpty: (obj: Record) => boolean; export default isEmpty;