import InternalServerError from "./internal-server-error"; export default class InternalServerErrorCreate implements InternalServerError { body: Body; code: 500; message: string; constructor(body: Body); }