import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateVpcEndpointRequest, CreateVpcEndpointResponse, } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; export interface CreateVpcEndpointCommandInput extends CreateVpcEndpointRequest {} export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointResponse, __MetadataBearer {} declare const CreateVpcEndpointCommand_base: { new ( input: CreateVpcEndpointCommandInput ): import("@smithy/core/client").CommandImpl< CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateVpcEndpointCommandInput ): import("@smithy/core/client").CommandImpl< CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base { protected static __types: { api: { input: CreateVpcEndpointRequest; output: CreateVpcEndpointResponse; }; sdk: { input: CreateVpcEndpointCommandInput; output: CreateVpcEndpointCommandOutput; }; }; }