/**
* calculates run arguments
* @param {IRunModel} value - the value to run arguments off of.
*/import { IRunModel } from"../schema/interfaces/IRunModel";
declareconst_default: (value: IRunModel) => (string | number | boolean)[];
exportdefault _default;