import { ScriptInterpretingError } from './base-error';
export declare class DuplicateAnnotateException extends ScriptInterpretingError {
    constructor(annotate: string);
}
