import { ChevreError } from './chevre'; /** * InternalError */ export declare class InternalError extends ChevreError { constructor(message?: string); }