import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteNotificationRuleRequest, DeleteNotificationRuleResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteNotificationRuleCommandInput extends DeleteNotificationRuleRequest {} export interface DeleteNotificationRuleCommandOutput extends DeleteNotificationRuleResult, __MetadataBearer {} declare const DeleteNotificationRuleCommand_base: { new ( input: DeleteNotificationRuleCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteNotificationRuleCommandInput, DeleteNotificationRuleCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteNotificationRuleCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteNotificationRuleCommandInput, DeleteNotificationRuleCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteNotificationRuleCommand extends DeleteNotificationRuleCommand_base { protected static __types: { api: { input: DeleteNotificationRuleRequest; output: DeleteNotificationRuleResult; }; sdk: { input: DeleteNotificationRuleCommandInput; output: DeleteNotificationRuleCommandOutput; }; }; }