import type { CIDPrintPlugin } from './definitions'; declare const CIDPrint: CIDPrintPlugin; export * from './definitions'; export { CIDPrint }; export * from './enums'; export * from './data'; export * from './configuration'; export * from './printer'; export * from './web';