/**
 * Generate a random token.
 *
 * @returns {String} Random token.
 * @private
 */
export declare function createToken(): string;
