/** Converts `pathOrUrl` to a URL object. If the argument is a path, it will be prefix with the `baseUrl` */
export default function createUrl(urlOrPath: string, prefix: string): URL;
