export { skipLink };
export { isSameAsCurrentUrl };
declare function skipLink(linkTag: HTMLElement): boolean;
declare function isSameAsCurrentUrl(href: string): boolean;
