export declare abstract class AnalysisError extends Error { constructor(message: string); }