"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createSearchVariable = createSearchVariable;
const helpers_1 = require("./helpers");
function createSearchVariable(options = {}) {
return (0, helpers_1.createTextBoxVariable)('search', 'Search', options);
}