/**
 * Create and return a Universally Unique IDentifier (UUID) as defined by
 * RFC4122.
 * Depending on browser API availability, we may be generating an approximation
 * of what the RFC indicates instead.
 * @returns {string}
 */
export default function createUuid(): string;
//# sourceMappingURL=create_uuid.d.ts.map