import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult, } from "../models/models_0"; export { __MetadataBearer }; export interface RestoreDBClusterFromSnapshotCommandInput extends RestoreDBClusterFromSnapshotMessage {} export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClusterFromSnapshotResult, __MetadataBearer {} declare const RestoreDBClusterFromSnapshotCommand_base: { new ( input: RestoreDBClusterFromSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RestoreDBClusterFromSnapshotCommandInput, ): import("@smithy/core/client").CommandImpl< RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_base { protected static __types: { api: { input: RestoreDBClusterFromSnapshotMessage; output: RestoreDBClusterFromSnapshotResult; }; sdk: { input: RestoreDBClusterFromSnapshotCommandInput; output: RestoreDBClusterFromSnapshotCommandOutput; }; }; }