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