/**
 * Returns a unique id.
 *
 * @returns Next unique id.
 */
export declare function uniqueId(): string;
