import HttpError from "./HttpError"; export default class NotFound extends HttpError { constructor(message?: string); } //# sourceMappingURL=NotFound.d.ts.map