import { Command as $Command } from "@smithy/core/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/core/client").CommandImpl< CopySnapshotCommandInput, CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CopySnapshotCommandInput ): import("@smithy/core/client").CommandImpl< CopySnapshotCommandInput, CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CopySnapshotCommand extends CopySnapshotCommand_base { protected static __types: { api: { input: CopySnapshotMessage; output: CopySnapshotResult; }; sdk: { input: CopySnapshotCommandInput; output: CopySnapshotCommandOutput; }; }; }