import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { ModifyCacheSubnetGroupMessage, ModifyCacheSubnetGroupResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ModifyCacheSubnetGroupCommandInput extends ModifyCacheSubnetGroupMessage {} export interface ModifyCacheSubnetGroupCommandOutput extends ModifyCacheSubnetGroupResult, __MetadataBearer {} declare const ModifyCacheSubnetGroupCommand_base: { new ( input: ModifyCacheSubnetGroupCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifyCacheSubnetGroupCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifyCacheSubnetGroupCommand extends ModifyCacheSubnetGroupCommand_base { protected static __types: { api: { input: ModifyCacheSubnetGroupMessage; output: ModifyCacheSubnetGroupResult; }; sdk: { input: ModifyCacheSubnetGroupCommandInput; output: ModifyCacheSubnetGroupCommandOutput; }; }; }