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