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