declare function getElementUid(element: Element | Window | Document | null | undefined): number | undefined; export { getElementUid };