import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RestoreFromClusterSnapshotMessage, RestoreFromClusterSnapshotResult, } from "../models/models_1"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface RestoreFromClusterSnapshotCommandInput extends RestoreFromClusterSnapshotMessage {} export interface RestoreFromClusterSnapshotCommandOutput extends RestoreFromClusterSnapshotResult, __MetadataBearer {} declare const RestoreFromClusterSnapshotCommand_base: { new ( input: RestoreFromClusterSnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< RestoreFromClusterSnapshotCommandInput, RestoreFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RestoreFromClusterSnapshotCommandInput ): import("@smithy/smithy-client").CommandImpl< RestoreFromClusterSnapshotCommandInput, RestoreFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RestoreFromClusterSnapshotCommand extends RestoreFromClusterSnapshotCommand_base { protected static __types: { api: { input: RestoreFromClusterSnapshotMessage; output: RestoreFromClusterSnapshotResult; }; sdk: { input: RestoreFromClusterSnapshotCommandInput; output: RestoreFromClusterSnapshotCommandOutput; }; }; }