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