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