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