/** * Remove the anchor link from a full page URL or a hash. * Preserves any route path specified in the URL. * Behavior with more than two # in the URL is unspecified. * If there's a query string after the hash (not technically valid but possible with hash routing), * also removes that. */ export declare function removeAnchorLink(url: string): string;