export declare class InvalidURLError extends Error {
    constructor(url: string);
}
