import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDataAutomationProjectRequest, DeleteDataAutomationProjectResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDataAutomationProjectCommandInput extends DeleteDataAutomationProjectRequest {} export interface DeleteDataAutomationProjectCommandOutput extends DeleteDataAutomationProjectResponse, __MetadataBearer {} declare const DeleteDataAutomationProjectCommand_base: { new ( input: DeleteDataAutomationProjectCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDataAutomationProjectCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDataAutomationProjectCommand extends DeleteDataAutomationProjectCommand_base { protected static __types: { api: { input: DeleteDataAutomationProjectRequest; output: DeleteDataAutomationProjectResponse; }; sdk: { input: DeleteDataAutomationProjectCommandInput; output: DeleteDataAutomationProjectCommandOutput; }; }; }