import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { RestoreSnapshotFromRecycleBinRequest, RestoreSnapshotFromRecycleBinResult, } from "../models/models_7"; export { __MetadataBearer }; export { $Command }; export interface RestoreSnapshotFromRecycleBinCommandInput extends RestoreSnapshotFromRecycleBinRequest {} export interface RestoreSnapshotFromRecycleBinCommandOutput extends RestoreSnapshotFromRecycleBinResult, __MetadataBearer {} declare const RestoreSnapshotFromRecycleBinCommand_base: { new ( input: RestoreSnapshotFromRecycleBinCommandInput ): import("@smithy/smithy-client").CommandImpl< RestoreSnapshotFromRecycleBinCommandInput, RestoreSnapshotFromRecycleBinCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RestoreSnapshotFromRecycleBinCommandInput ): import("@smithy/smithy-client").CommandImpl< RestoreSnapshotFromRecycleBinCommandInput, RestoreSnapshotFromRecycleBinCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RestoreSnapshotFromRecycleBinCommand extends RestoreSnapshotFromRecycleBinCommand_base { protected static __types: { api: { input: RestoreSnapshotFromRecycleBinRequest; output: RestoreSnapshotFromRecycleBinResult; }; sdk: { input: RestoreSnapshotFromRecycleBinCommandInput; output: RestoreSnapshotFromRecycleBinCommandOutput; }; }; }