/**
 * Generates and returns Unified Unique Identifier
 *
 * @returns {string}
 */
export declare function uuid(): string;
