import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateNotificationRuleRequest, UpdateNotificationRuleResult } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateNotificationRuleCommandInput extends UpdateNotificationRuleRequest {} export interface UpdateNotificationRuleCommandOutput extends UpdateNotificationRuleResult, __MetadataBearer {} declare const UpdateNotificationRuleCommand_base: { new ( input: UpdateNotificationRuleCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateNotificationRuleCommandInput, UpdateNotificationRuleCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateNotificationRuleCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateNotificationRuleCommandInput, UpdateNotificationRuleCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateNotificationRuleCommand extends UpdateNotificationRuleCommand_base { protected static __types: { api: { input: UpdateNotificationRuleRequest; output: {}; }; sdk: { input: UpdateNotificationRuleCommandInput; output: UpdateNotificationRuleCommandOutput; }; }; }