import type { DevicesGetParams, DevicesUpdateBody, SeamHttpApiError } from '@seamapi/http/connect'; import { type UseMutationResult } from '@tanstack/react-query'; export type UseUpdateDeviceNameParams = never; export type UseUpdateDeviceNameData = undefined; export type UseUpdateDeviceNameMutationVariables = Pick; type MutationError = SeamHttpApiError; export declare function useUpdateDeviceName(params: DevicesGetParams): UseMutationResult; export {};