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