/**** newUniqueId - the actually exported function ****/
declare function newUniqueId(): string;
export default newUniqueId;
