/** * Returns a string literal as "normal" string * * @function getStringLiteral * @memberof Get * @param {string} str * @returns {string} */ declare const getStringLiteral: (str: string) => string; export default getStringLiteral;