/**
 * Fix a11y skip links by manually focusing on the href target element.
 * This prevents unwanted/unexpected reloads of the page.
 */
export declare function prepareSkipLinks(): void;
