//#region src/utils/isEmpty.d.ts
declare const isEmpty: (value: any) => boolean;
//#endregion
export { isEmpty };