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