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