/** * Parses a string value into an appropriate type. * * @param {string} parameterString The initial string to be parsed to a value. * @returns {import('../types/Value.js').Value} The parsed value. */ export function parseValue(parameterString: string): import('../types/Value.js').Value; //# sourceMappingURL=parseValue.d.ts.map