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