/**
 * This function also has an `uuid.isValid` function, which returns a boolean depending
 * on if the passed in string is a valid uuid.
 *
 * @since 0.1.0
 * @summary Returns a new uuid v4
 *
 * @type {import("../types/advanced-types.d.ts").UuidFunc}
 */
export const uuid: import("../types/advanced-types.d.ts").UuidFunc;
