import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult, } from "../models/models_0"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; export interface CreateDBClusterSnapshotCommandInput extends CreateDBClusterSnapshotMessage {} export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSnapshotResult, __MetadataBearer {} declare const CreateDBClusterSnapshotCommand_base: { new ( input: CreateDBClusterSnapshotCommandInput ): import("@smithy/core/client").CommandImpl< CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateDBClusterSnapshotCommandInput ): import("@smithy/core/client").CommandImpl< CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base { protected static __types: { api: { input: CreateDBClusterSnapshotMessage; output: CreateDBClusterSnapshotResult; }; sdk: { input: CreateDBClusterSnapshotCommandInput; output: CreateDBClusterSnapshotCommandOutput; }; }; }