import type { DeviceApi } from './types'; export type * from './types'; declare const Device: DeviceApi; export default Device;