import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  IoTClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../IoTClient";
import {
  UpdateThingGroupsForThingRequest,
  UpdateThingGroupsForThingResponse,
} from "../models/models_2";
export { __MetadataBearer };
export { $Command };
export interface UpdateThingGroupsForThingCommandInput
  extends UpdateThingGroupsForThingRequest {}
export interface UpdateThingGroupsForThingCommandOutput
  extends UpdateThingGroupsForThingResponse,
    __MetadataBearer {}
declare const UpdateThingGroupsForThingCommand_base: {
  new (
    input: UpdateThingGroupsForThingCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    UpdateThingGroupsForThingCommandInput,
    UpdateThingGroupsForThingCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    ...[input]: [] | [UpdateThingGroupsForThingCommandInput]
  ): import("@smithy/smithy-client").CommandImpl<
    UpdateThingGroupsForThingCommandInput,
    UpdateThingGroupsForThingCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateThingGroupsForThingCommand extends UpdateThingGroupsForThingCommand_base {}
