export { default } from "./ExpoZebraRfidModule"; export * from "./ExpoZebraRfid.types"; export type { Device } from "./ExpoZebraRfidModule"; import { type Device, NativeDevice } from "./ExpoZebraRfidModule"; export declare const fromNativeDevice: ({ status, ...device }: NativeDevice) => Device; export declare function isSDKInitialized(): boolean; export declare function getSDKVersion(): string; export declare function hasRequiredPermissions(): boolean; export declare function requestPermissions(): Promise; export declare function getAvailableDevices(): Promise; export declare function connectToDevice(deviceId: string): Promise; export declare function disconnectFromDevice(deviceId: string): Promise; export declare function isConnectedToScanner(deviceId: string): boolean; export declare function getConnectedDevices(): Device[]; //# sourceMappingURL=index.d.ts.map