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