/** * Custom Tables Topic Definition * Defines the custom tables topic and its available event types */ import type { TopicDefinition } from "../../types"; export declare const customTablesTopic: TopicDefinition; export * from "./types";