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