export declare const isPresent: (value: unknown) => boolean; export declare const resolveAnchor: (el: HTMLElement) => HTMLAnchorElement | null;