/** * Thrown when the format of a URL is invalid. */ export declare class InvalidUrlError extends Error { /** * @param url */ constructor(url: string); } //# sourceMappingURL=invalidUrlError.d.ts.map