/** * Extract the url fragment from the URL. * * @param url The URL to extract the fragment from */ export declare function urlFragment(url: string): string;