/**
 * Gives a unique but consistent id for each key.
 * Saves the uuid, so if several system is using this, they get the same value!
 */
export default function generateUUID(key?: string): any;
