/**
 * guids are used to uniquely identify groups and features
 * @returns {string} a new guid
 */
declare function makeGuid(): string;
export default makeGuid;