import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateEndpointInput, CreateEndpointOutput } from "../models/models_1"; export { __MetadataBearer }; export interface CreateEndpointCommandInput extends CreateEndpointInput {} export interface CreateEndpointCommandOutput extends CreateEndpointOutput, __MetadataBearer {} declare const CreateEndpointCommand_base: { new ( input: CreateEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEndpointCommandInput, CreateEndpointCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEndpointCommandInput, CreateEndpointCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateEndpointCommand extends CreateEndpointCommand_base { protected static __types: { api: { input: CreateEndpointInput; output: CreateEndpointOutput; }; sdk: { input: CreateEndpointCommandInput; output: CreateEndpointCommandOutput; }; }; }