import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRulesetRequest, DeleteRulesetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRulesetCommandInput extends DeleteRulesetRequest {} export interface DeleteRulesetCommandOutput extends DeleteRulesetResponse, __MetadataBearer {} declare const DeleteRulesetCommand_base: { new ( input: DeleteRulesetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRulesetCommandInput, DeleteRulesetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRulesetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRulesetCommandInput, DeleteRulesetCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRulesetCommand extends DeleteRulesetCommand_base { protected static __types: { api: { input: DeleteRulesetRequest; output: DeleteRulesetResponse; }; sdk: { input: DeleteRulesetCommandInput; output: DeleteRulesetCommandOutput; }; }; }