import { AnalysisError } from './AnalysisError'; import { STRUCTURE_ERROR_UNCAUGHT } from './codes'; export declare class StructureError extends AnalysisError { readonly code: typeof STRUCTURE_ERROR_UNCAUGHT; constructor(message: string); }