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