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