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