import { AbstractError } from './AbstractError'; export declare class CompilerError extends AbstractError { }