import { Command as $Command } from "@smithy/core/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/core/client").CommandImpl< AssociateTargetsWithJobCommandInput, AssociateTargetsWithJobCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociateTargetsWithJobCommandInput ): import("@smithy/core/client").CommandImpl< AssociateTargetsWithJobCommandInput, AssociateTargetsWithJobCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class AssociateTargetsWithJobCommand extends AssociateTargetsWithJobCommand_base { protected static __types: { api: { input: AssociateTargetsWithJobRequest; output: AssociateTargetsWithJobResponse; }; sdk: { input: AssociateTargetsWithJobCommandInput; output: AssociateTargetsWithJobCommandOutput; }; }; }