import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from "../models/models_0"; export { __MetadataBearer }; 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, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateDBClusterSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateDBClusterSnapshotCommand extends CreateDBClusterSnapshotCommand_base { protected static __types: { api: { input: CreateDBClusterSnapshotMessage; output: CreateDBClusterSnapshotResult; }; sdk: { input: CreateDBClusterSnapshotCommandInput; output: CreateDBClusterSnapshotCommandOutput; }; }; }