import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeDBClusterSnapshotsCommandInput extends DescribeDBClusterSnapshotsMessage {} export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapshotMessage, __MetadataBearer {} declare const DescribeDBClusterSnapshotsCommand_base: { new ( input: DescribeDBClusterSnapshotsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DescribeDBClusterSnapshotsCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base { protected static __types: { api: { input: DescribeDBClusterSnapshotsMessage; output: DBClusterSnapshotMessage; }; sdk: { input: DescribeDBClusterSnapshotsCommandInput; output: DescribeDBClusterSnapshotsCommandOutput; }; }; }