import { ApiErrorException } from './ApiErrorException';
export declare class InternalServerError extends ApiErrorException {
}
