import { ErrorOptions, RuntimeError } from '@stone-js/core'; /** * InternalServer http error. */ export declare class InternalServerError extends RuntimeError { constructor(message: string, options?: ErrorOptions); }