import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDbBackupInput, DeleteDbBackupOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDbBackupCommandInput extends DeleteDbBackupInput {} export interface DeleteDbBackupCommandOutput extends DeleteDbBackupOutput, __MetadataBearer {} declare const DeleteDbBackupCommand_base: { new ( input: DeleteDbBackupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDbBackupCommandInput, DeleteDbBackupCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDbBackupCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDbBackupCommandInput, DeleteDbBackupCommandOutput, import("..").TimestreamInfluxDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDbBackupCommand extends DeleteDbBackupCommand_base { protected static __types: { api: { input: DeleteDbBackupInput; output: DeleteDbBackupOutput; }; sdk: { input: DeleteDbBackupCommandInput; output: DeleteDbBackupCommandOutput; }; }; }