import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CopyClusterSnapshotMessage, CopyClusterSnapshotResult, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface CopyClusterSnapshotCommandInput extends CopyClusterSnapshotMessage {} export interface CopyClusterSnapshotCommandOutput extends CopyClusterSnapshotResult, __MetadataBearer {} declare const CopyClusterSnapshotCommand_base: { new ( input: CopyClusterSnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CopyClusterSnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< CopyClusterSnapshotCommandInput, CopyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CopyClusterSnapshotCommand extends CopyClusterSnapshotCommand_base { protected static __types: { api: { input: CopyClusterSnapshotMessage; output: CopyClusterSnapshotResult; }; sdk: { input: CopyClusterSnapshotCommandInput; output: CopyClusterSnapshotCommandOutput; }; }; }