import type { CmdHistory } from '../CmdHistory.js';
export declare function hasCmdRepeated(a: number, b: number, cmdHistory: CmdHistory): boolean;
//# sourceMappingURL=hasCmdRepeated.d.ts.map