import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEndpointAccessMessage, EndpointAccess, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteEndpointAccessCommandInput extends DeleteEndpointAccessMessage {} export interface DeleteEndpointAccessCommandOutput extends EndpointAccess, __MetadataBearer {} declare const DeleteEndpointAccessCommand_base: { new ( input: DeleteEndpointAccessCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteEndpointAccessCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteEndpointAccessCommandInput, DeleteEndpointAccessCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteEndpointAccessCommand extends DeleteEndpointAccessCommand_base { protected static __types: { api: { input: DeleteEndpointAccessMessage; output: EndpointAccess; }; sdk: { input: DeleteEndpointAccessCommandInput; output: DeleteEndpointAccessCommandOutput; }; }; }