import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  IoTClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../IoTClient";
import {
  UpdateDynamicThingGroupRequest,
  UpdateDynamicThingGroupResponse,
} from "../models/models_2";
export { __MetadataBearer };
export { $Command };
export interface UpdateDynamicThingGroupCommandInput
  extends UpdateDynamicThingGroupRequest {}
export interface UpdateDynamicThingGroupCommandOutput
  extends UpdateDynamicThingGroupResponse,
    __MetadataBearer {}
declare const UpdateDynamicThingGroupCommand_base: {
  new (
    input: UpdateDynamicThingGroupCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    UpdateDynamicThingGroupCommandInput,
    UpdateDynamicThingGroupCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    __0_0: UpdateDynamicThingGroupCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    UpdateDynamicThingGroupCommandInput,
    UpdateDynamicThingGroupCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateDynamicThingGroupCommand extends UpdateDynamicThingGroupCommand_base {}
