/** * Service Interfaces * * Defines the interfaces for the core services used by BluetoothPrinter * * @packageDocumentation */ export type { IConnectionManager } from './IConnectionManager'; export type { IPrintJobManager } from './IPrintJobManager'; export type { ICommandBuilder } from './ICommandBuilder';