/** * Re-export from `@mbtech-nl/bitmap` so drivers and consumers only need one * import for the types they pass through the `PrinterAdapter` interface. */ export type { LabelBitmap, PaletteEntry, RawImageData } from '@mbtech-nl/bitmap'; //# sourceMappingURL=bitmap.d.ts.map