export const Store = new class { constructor() { this.InputHistoryPosition = -1; this.CommandCompletionPosition = -1; this.InputHistoryItems = []; } }; //# sourceMappingURL=Store.js.map