import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetachTrafficSourcesResultType, DetachTrafficSourcesType } from "../models/models_0"; export { __MetadataBearer }; export interface DetachTrafficSourcesCommandInput extends DetachTrafficSourcesType {} export interface DetachTrafficSourcesCommandOutput extends DetachTrafficSourcesResultType, __MetadataBearer {} declare const DetachTrafficSourcesCommand_base: { new ( input: DetachTrafficSourcesCommandInput, ): import("@smithy/core/client").CommandImpl< DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DetachTrafficSourcesCommandInput, ): import("@smithy/core/client").CommandImpl< DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetachTrafficSourcesCommand extends DetachTrafficSourcesCommand_base { protected static __types: { api: { input: DetachTrafficSourcesType; output: {}; }; sdk: { input: DetachTrafficSourcesCommandInput; output: DetachTrafficSourcesCommandOutput; }; }; }