import { URLAttrs } from './interface';
export default function parse(href: string): URLAttrs;
