/** * Customers Topic Definition * Defines the customers topic and its available event types */ import type { TopicDefinition } from "../../types"; export declare const customersTopic: TopicDefinition; export * from "./types";