import { Command as $Command } from "@smithy/core/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/core/client").CommandImpl< CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateCacheClusterCommandInput ): import("@smithy/core/client").CommandImpl< CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateCacheClusterCommand extends CreateCacheClusterCommand_base { protected static __types: { api: { input: CreateCacheClusterMessage; output: CreateCacheClusterResult; }; sdk: { input: CreateCacheClusterCommandInput; output: CreateCacheClusterCommandOutput; }; }; }