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