import { ScriptInterpretingError } from './base-error';
export declare class UnexpectedNumberException extends ScriptInterpretingError {
    constructor(problemStr: string, ruleType: 'key' | 'reassembly');
}
