import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RestoreFromDbBackupInput, RestoreFromDbBackupOutput } from "../models/models_0"; export { __MetadataBearer }; export interface RestoreFromDbBackupCommandInput extends RestoreFromDbBackupInput {} export interface RestoreFromDbBackupCommandOutput extends RestoreFromDbBackupOutput, __MetadataBearer {} declare const RestoreFromDbBackupCommand_base: { new ( input: RestoreFromDbBackupCommandInput, ): import("@smithy/core/client").CommandImpl< RestoreFromDbBackupCommandInput, RestoreFromDbBackupCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RestoreFromDbBackupCommandInput, ): import("@smithy/core/client").CommandImpl< RestoreFromDbBackupCommandInput, RestoreFromDbBackupCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RestoreFromDbBackupCommand extends RestoreFromDbBackupCommand_base { protected static __types: { api: { input: RestoreFromDbBackupInput; output: RestoreFromDbBackupOutput; }; sdk: { input: RestoreFromDbBackupCommandInput; output: RestoreFromDbBackupCommandOutput; }; }; }