import type { SeamHttpApiError, ThermostatsDeleteClimatePresetParams } from '@seamapi/http/connect'; import { type UseMutationResult } from '@tanstack/react-query'; export type UseDeleteThermostatClimatePresetParams = never; export type UseDeleteThermostatClimatePresetData = undefined; export type UseDeleteThermostatClimatePresetVariables = ThermostatsDeleteClimatePresetParams; export declare function useDeleteThermostatClimatePreset(): UseMutationResult;