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