/** * @returns {string} - random string */ declare const getRandomString: () => string; export default getRandomString;