import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  IoTClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../IoTClient";
import {
  AddThingToBillingGroupRequest,
  AddThingToBillingGroupResponse,
} from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface AddThingToBillingGroupCommandInput
  extends AddThingToBillingGroupRequest {}
export interface AddThingToBillingGroupCommandOutput
  extends AddThingToBillingGroupResponse,
    __MetadataBearer {}
declare const AddThingToBillingGroupCommand_base: {
  new (
    input: AddThingToBillingGroupCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    AddThingToBillingGroupCommandInput,
    AddThingToBillingGroupCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    ...[input]: [] | [AddThingToBillingGroupCommandInput]
  ): import("@smithy/smithy-client").CommandImpl<
    AddThingToBillingGroupCommandInput,
    AddThingToBillingGroupCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class AddThingToBillingGroupCommand extends AddThingToBillingGroupCommand_base {}
