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