"use strict"; class Expression { /** * @param {NoteSet} noteSet * @param {object} searchContext * @return {NoteSet} */ execute(noteSet, searchContext) {} } module.exports = Expression;