import URLJS from "./URL"; export default function parseUrl(href: string | URLJS, part?: string, parseQuery?: boolean): string | URLJS;