/** * This file was auto-generated by Fern from our API Definition. */ import * as errors from "../../errors/index.js"; import * as Zep from "../index.js"; import * as core from "../../core/index.js"; export declare class InternalServerError extends errors.ZepError { constructor(body: Zep.ApiError, rawResponse?: core.RawResponse); }