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