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