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