/* Copyright IBM Corp. 2018 */ import { Generator } from '../../utils'; /** * Creates a unique symbol, either as a real symbol or as a random string if * symbols are not available. * * @return the unique symbol */ export declare const createSymbol: Generator;