import { CSVVariable, CustomCSVVariable, CustomJSONVariable, JSONVariable, TextBoxVariable, VariableOptions } from './types';
export declare function createCustomJSONVariable(name: string, label: string, values: JSONVariable[], current: JSONVariable, options: VariableOptions): CustomJSONVariable;
export declare function createCustomCSVVariable(name: string, label: string, values: CSVVariable[], current: CSVVariable, options: VariableOptions): CustomCSVVariable;
export declare function createTextBoxVariable(name: string, label: string, options: VariableOptions): TextBoxVariable;
//# sourceMappingURL=helpers.d.ts.map