/** * @deprecated */ declare const isEmptish: (...args: any[]) => any; export default isEmptish;