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