import { RuntimeException } from './runtime.exception';
export declare class InternalServerErrorException extends RuntimeException {
}
