/** * @param {string} str The string to convert * @returns {Object} The converted string value */ declare const _default: (str: string) => object; export default _default;