import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ExportSnapshotRequest, ExportSnapshotResult } from "../models/models_0"; export { __MetadataBearer }; export interface ExportSnapshotCommandInput extends ExportSnapshotRequest {} export interface ExportSnapshotCommandOutput extends ExportSnapshotResult, __MetadataBearer {} declare const ExportSnapshotCommand_base: { new ( input: ExportSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< ExportSnapshotCommandInput, ExportSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ExportSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< ExportSnapshotCommandInput, ExportSnapshotCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ExportSnapshotCommand extends ExportSnapshotCommand_base { protected static __types: { api: { input: ExportSnapshotRequest; output: ExportSnapshotResult; }; sdk: { input: ExportSnapshotCommandInput; output: ExportSnapshotCommandOutput; }; }; }