import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { DescribeServerlessCachesRequest, DescribeServerlessCachesResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeServerlessCachesCommandInput extends DescribeServerlessCachesRequest {} export interface DescribeServerlessCachesCommandOutput extends DescribeServerlessCachesResponse, __MetadataBearer {} declare const DescribeServerlessCachesCommand_base: { new ( input: DescribeServerlessCachesCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeServerlessCachesCommandInput, DescribeServerlessCachesCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeServerlessCachesCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeServerlessCachesCommandInput, DescribeServerlessCachesCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeServerlessCachesCommand extends DescribeServerlessCachesCommand_base { protected static __types: { api: { input: DescribeServerlessCachesRequest; output: DescribeServerlessCachesResponse; }; sdk: { input: DescribeServerlessCachesCommandInput; output: DescribeServerlessCachesCommandOutput; }; }; }