import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeClusterSnapshotsMessage, SnapshotMessage, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeClusterSnapshotsCommandInput extends DescribeClusterSnapshotsMessage {} export interface DescribeClusterSnapshotsCommandOutput extends SnapshotMessage, __MetadataBearer {} declare const DescribeClusterSnapshotsCommand_base: { new ( input: DescribeClusterSnapshotsCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeClusterSnapshotsCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeClusterSnapshotsCommandInput, DescribeClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeClusterSnapshotsCommand extends DescribeClusterSnapshotsCommand_base { protected static __types: { api: { input: DescribeClusterSnapshotsMessage; output: SnapshotMessage; }; sdk: { input: DescribeClusterSnapshotsCommandInput; output: DescribeClusterSnapshotsCommandOutput; }; }; }