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