import CustomError from './custom-error'; import { returnSerializeError } from '../utils/custom-types'; declare class InternalServer extends CustomError { constructor(message: string, details?: any); serializeError(): returnSerializeError; } export default InternalServer; //# sourceMappingURL=internal-server.d.ts.map