import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult, } from "../models/models_0"; export { __MetadataBearer }; export interface RestoreDBClusterToPointInTimeCommandInput extends RestoreDBClusterToPointInTimeMessage {} export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClusterToPointInTimeResult, __MetadataBearer {} declare const RestoreDBClusterToPointInTimeCommand_base: { new ( input: RestoreDBClusterToPointInTimeCommandInput, ): import("@smithy/core/client").CommandImpl< RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RestoreDBClusterToPointInTimeCommandInput, ): import("@smithy/core/client").CommandImpl< RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_base { protected static __types: { api: { input: RestoreDBClusterToPointInTimeMessage; output: RestoreDBClusterToPointInTimeResult; }; sdk: { input: RestoreDBClusterToPointInTimeCommandInput; output: RestoreDBClusterToPointInTimeCommandOutput; }; }; }