declare function isEmpty<T = unknown>(val: T): boolean;

export { isEmpty };
