import { getDeviceInfoAction as defaultGetDeviceInfoAction, GetDeviceInfoActionState } from "../actions/getDeviceInfo"; export type UseGetDeviceInfoArgs = { getDeviceInfoAction?: typeof defaultGetDeviceInfoAction; deviceId: string; deviceName: string | null; }; export declare const useGetDeviceInfo: ({ getDeviceInfoAction, deviceId, deviceName, }: UseGetDeviceInfoArgs) => GetDeviceInfoActionState; //# sourceMappingURL=useGetDeviceInfo.d.ts.map