/** * Returns true if given string is a valid log topic. * * TODO UNDOCUMENTED * * @method isTopic * @param {String} hex encoded topic * @return {Boolean} */ export declare function isTopic(topic: string): boolean;