import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  IoTClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../IoTClient";
import {
  AssociateTargetsWithJobRequest,
  AssociateTargetsWithJobResponse,
} from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface AssociateTargetsWithJobCommandInput
  extends AssociateTargetsWithJobRequest {}
export interface AssociateTargetsWithJobCommandOutput
  extends AssociateTargetsWithJobResponse,
    __MetadataBearer {}
declare const AssociateTargetsWithJobCommand_base: {
  new (
    input: AssociateTargetsWithJobCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    AssociateTargetsWithJobCommandInput,
    AssociateTargetsWithJobCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    __0_0: AssociateTargetsWithJobCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    AssociateTargetsWithJobCommandInput,
    AssociateTargetsWithJobCommandOutput,
    IoTClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class AssociateTargetsWithJobCommand extends AssociateTargetsWithJobCommand_base {}
