/** * Represents a 404. */ export declare class NotFoundError extends Error { constructor(message?: string); }