import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddEndpointsRequest, AddEndpointsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AddEndpointsCommandInput extends AddEndpointsRequest {} export interface AddEndpointsCommandOutput extends AddEndpointsResponse, __MetadataBearer {} declare const AddEndpointsCommand_base: { new ( input: AddEndpointsCommandInput, ): import("@smithy/core/client").CommandImpl< AddEndpointsCommandInput, AddEndpointsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddEndpointsCommandInput, ): import("@smithy/core/client").CommandImpl< AddEndpointsCommandInput, AddEndpointsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddEndpointsCommand extends AddEndpointsCommand_base { protected static __types: { api: { input: AddEndpointsRequest; output: AddEndpointsResponse; }; sdk: { input: AddEndpointsCommandInput; output: AddEndpointsCommandOutput; }; }; }