import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElasticLoadBalancingV2Client"; import { RegisterTargetsInput, RegisterTargetsOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface RegisterTargetsCommandInput extends RegisterTargetsInput {} export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __MetadataBearer {} declare const RegisterTargetsCommand_base: { new ( input: RegisterTargetsCommandInput ): import("@smithy/smithy-client").CommandImpl< RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RegisterTargetsCommandInput ): import("@smithy/smithy-client").CommandImpl< RegisterTargetsCommandInput, RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RegisterTargetsCommand extends RegisterTargetsCommand_base { protected static __types: { api: { input: RegisterTargetsInput; output: {}; }; sdk: { input: RegisterTargetsCommandInput; output: RegisterTargetsCommandOutput; }; }; }