import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ElastiCacheClient"; import { CopySnapshotMessage, CopySnapshotResult } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CopySnapshotCommandInput extends CopySnapshotMessage {} export interface CopySnapshotCommandOutput extends CopySnapshotResult, __MetadataBearer {} declare const CopySnapshotCommand_base: { new ( input: CopySnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< CopySnapshotCommandInput, CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CopySnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< CopySnapshotCommandInput, CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CopySnapshotCommand extends CopySnapshotCommand_base { protected static __types: { api: { input: CopySnapshotMessage; output: CopySnapshotResult; }; sdk: { input: CopySnapshotCommandInput; output: CopySnapshotCommandOutput; }; }; }