import { Uuid } from './types.js'; export declare const randomValue: () => string; export declare const genUUID: () => Uuid;