/**
 * Generates a UUID v4 string (cryptographically secure if possible).
 */
export declare const uuid: () => string;
