/** @constructor */ Components.Vim.State.Marks = function(){}; /** @type Function */ Components.Vim.State.Marks.prototype.set; /** @type Function */ Components.Vim.State.Marks.prototype.get; /** @type {string} */ Components.Vim.State.Marks.Keys;