import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteBlueprintRequest, DeleteBlueprintResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteBlueprintCommandInput extends DeleteBlueprintRequest {} export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, __MetadataBearer {} declare const DeleteBlueprintCommand_base: { new ( input: DeleteBlueprintCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteBlueprintCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteBlueprintCommand extends DeleteBlueprintCommand_base { protected static __types: { api: { input: DeleteBlueprintRequest; output: {}; }; sdk: { input: DeleteBlueprintCommandInput; output: DeleteBlueprintCommandOutput; }; }; }