/** * @author Olsi Rrjolli */ export default class NotFoundError extends Error { constructor(message: string); }