import { DevicePayload, TDevice } from "../types/device";
export declare const getDeviceData: (namiCommands?: string[]) => DevicePayload;
export declare const getDeviceFormFactor: () => TDevice;
export declare function getDeviceScaleFactor(formFactor?: string): number;
