/**
 * Replace parts of url
 * * only works on string parts
 */
export declare const useHF: (url: URL, target: "blog" | keyof URL | "path", str: string) => URL;
