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