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