import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../models/models_0"; export { __MetadataBearer }; export interface CopyDBClusterSnapshotCommandInput extends CopyDBClusterSnapshotMessage {} export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapshotResult, __MetadataBearer {} declare const CopyDBClusterSnapshotCommand_base: { new ( input: CopyDBClusterSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CopyDBClusterSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base { protected static __types: { api: { input: CopyDBClusterSnapshotMessage; output: CopyDBClusterSnapshotResult; }; sdk: { input: CopyDBClusterSnapshotCommandInput; output: CopyDBClusterSnapshotCommandOutput; }; }; }