import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateEndpointConfigInput, CreateEndpointConfigOutput } from "../models/models_1"; export { __MetadataBearer }; export interface CreateEndpointConfigCommandInput extends CreateEndpointConfigInput {} export interface CreateEndpointConfigCommandOutput extends CreateEndpointConfigOutput, __MetadataBearer {} declare const CreateEndpointConfigCommand_base: { new ( input: CreateEndpointConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateEndpointConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEndpointConfigCommandInput, CreateEndpointConfigCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateEndpointConfigCommand extends CreateEndpointConfigCommand_base { protected static __types: { api: { input: CreateEndpointConfigInput; output: CreateEndpointConfigOutput; }; sdk: { input: CreateEndpointConfigCommandInput; output: CreateEndpointConfigCommandOutput; }; }; }