declare const isElement: (item: any) => item is HTMLElement; declare const isEmpty: (thing: object) => boolean; declare function isSelector(item: any): boolean; export { isElement, isEmpty, isSelector };