import { BluetoothDevice } from "react-native-bluetooth-classic"; export declare function usePrinter(): { printWithBluetooth: (device: BluetoothDevice, data: string) => Promise; printWithPax: (data: string) => Promise; printWithNexGo: (data: string) => Promise; isPaxDevice: boolean; isNexGoDevice: boolean; }; //# sourceMappingURL=usePrinter.d.ts.map