import type { DevicePlugin } from './definitions'; declare const Device: DevicePlugin; export * from './definitions'; export { Device };