import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateVpcEndpointRequest, CreateVpcEndpointResponse, } from "../models/models_0"; import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchServerlessClient"; export { __MetadataBearer }; export { $Command }; export interface CreateVpcEndpointCommandInput extends CreateVpcEndpointRequest {} export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointResponse, __MetadataBearer {} declare const CreateVpcEndpointCommand_base: { new ( input: CreateVpcEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateVpcEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base { protected static __types: { api: { input: CreateVpcEndpointRequest; output: CreateVpcEndpointResponse; }; sdk: { input: CreateVpcEndpointCommandInput; output: CreateVpcEndpointCommandOutput; }; }; }