/** * Retrieves the hash part of a url * @param input the url. Can be relative * @returns the hash part of the url or undefined */ export declare function getUrlFragment(input: string): string | undefined; //# sourceMappingURL=get-url-fragment.d.ts.map