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