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