import NotFound from "./not-found"; export default class NotFoundCreate implements NotFound { body: Body; code: 404; message: string; constructor(body: Body); }