import type { RFIDPlugin } from './definitions'; declare const RFID: RFIDPlugin; export * from './definitions'; export { RFID };