type ParseFunction = (url: string) => URL | undefined;
declare let tryParseURL: ParseFunction;
export { tryParseURL };
