/**
 * generate UUID
 */
export default function createUUID(a?: any): string;
