import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRecipeVersionRequest, DeleteRecipeVersionResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRecipeVersionCommandInput extends DeleteRecipeVersionRequest {} export interface DeleteRecipeVersionCommandOutput extends DeleteRecipeVersionResponse, __MetadataBearer {} declare const DeleteRecipeVersionCommand_base: { new ( input: DeleteRecipeVersionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRecipeVersionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRecipeVersionCommand extends DeleteRecipeVersionCommand_base { protected static __types: { api: { input: DeleteRecipeVersionRequest; output: DeleteRecipeVersionResponse; }; sdk: { input: DeleteRecipeVersionCommandInput; output: DeleteRecipeVersionCommandOutput; }; }; }