declare const isEmptyObject: (obj: object | undefined) => boolean | undefined; export { isEmptyObject };