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