/** * Native module exports * Bridge to native Android/iOS implementations */ export { NativePrinter } from './native'; export type { INativeModule } from './types'; //# sourceMappingURL=index.d.ts.map