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