import { Event, Topic } from "./types"; export declare const createTopic: (topicName?: string) => Topic;