import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult, } from "../models/models_0"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; 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, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CopyDBClusterSnapshotCommandInput ): import("@smithy/core/client").CommandImpl< CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base { protected static __types: { api: { input: CopyDBClusterSnapshotMessage; output: CopyDBClusterSnapshotResult; }; sdk: { input: CopyDBClusterSnapshotCommandInput; output: CopyDBClusterSnapshotCommandOutput; }; }; }