import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AttachTrafficSourcesResultType, AttachTrafficSourcesType } from "../models/models_0"; export { __MetadataBearer }; export interface AttachTrafficSourcesCommandInput extends AttachTrafficSourcesType {} export interface AttachTrafficSourcesCommandOutput extends AttachTrafficSourcesResultType, __MetadataBearer {} declare const AttachTrafficSourcesCommand_base: { new ( input: AttachTrafficSourcesCommandInput, ): import("@smithy/core/client").CommandImpl< AttachTrafficSourcesCommandInput, AttachTrafficSourcesCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AttachTrafficSourcesCommandInput, ): import("@smithy/core/client").CommandImpl< AttachTrafficSourcesCommandInput, AttachTrafficSourcesCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AttachTrafficSourcesCommand extends AttachTrafficSourcesCommand_base { protected static __types: { api: { input: AttachTrafficSourcesType; output: {}; }; sdk: { input: AttachTrafficSourcesCommandInput; output: AttachTrafficSourcesCommandOutput; }; }; }