import type { PrinterPlugin } from './definitions'; declare const Printer: PrinterPlugin; export * from './definitions'; export { Printer };