import { AppError } from '../appError'; export declare class InternalServerError extends AppError { constructor(message: string, details?: any, stack?: string); }