/** * Creates an insecure v4 uuid. * @returns v4 uuid string */ declare const uuid: () => string; export { uuid };