/** * Custom error used to determine that a URL failed to be parsed */ export declare class UrlParserError extends Error { constructor(message: string); }