/**
 * Hashes a topic string
 *
 * @param {string} topic - topic value to hash
 * @returns {string} a hash of the topic
 */
export declare const topicHash: (topic: string) => string;
//# sourceMappingURL=logic-events.d.ts.map