/**
 * https://stackoverflow.com/a/2117523
 */
declare const uuid: () => string;
export { uuid };
