import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddCustomRoutingEndpointsRequest, AddCustomRoutingEndpointsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface AddCustomRoutingEndpointsCommandInput extends AddCustomRoutingEndpointsRequest {} export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRoutingEndpointsResponse, __MetadataBearer {} declare const AddCustomRoutingEndpointsCommand_base: { new ( input: AddCustomRoutingEndpointsCommandInput, ): import("@smithy/core/client").CommandImpl< AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddCustomRoutingEndpointsCommandInput, ): import("@smithy/core/client").CommandImpl< AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddCustomRoutingEndpointsCommand extends AddCustomRoutingEndpointsCommand_base { protected static __types: { api: { input: AddCustomRoutingEndpointsRequest; output: AddCustomRoutingEndpointsResponse; }; sdk: { input: AddCustomRoutingEndpointsCommandInput; output: AddCustomRoutingEndpointsCommandOutput; }; }; }