import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { DeleteRuleInput, DeleteRuleOutput } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface DeleteRuleCommandInput extends DeleteRuleInput {} export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBearer {} declare const DeleteRuleCommand_base: { new ( input: DeleteRuleCommandInput ): import("@smithy/core/client").CommandImpl< DeleteRuleCommandInput, DeleteRuleCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteRuleCommandInput ): import("@smithy/core/client").CommandImpl< DeleteRuleCommandInput, DeleteRuleCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteRuleCommand extends DeleteRuleCommand_base { protected static __types: { api: { input: DeleteRuleInput; output: {}; }; sdk: { input: DeleteRuleCommandInput; output: DeleteRuleCommandOutput; }; }; }