import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateNotificationRuleRequest, CreateNotificationRuleResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateNotificationRuleCommandInput extends CreateNotificationRuleRequest {} export interface CreateNotificationRuleCommandOutput extends CreateNotificationRuleResult, __MetadataBearer {} declare const CreateNotificationRuleCommand_base: { new ( input: CreateNotificationRuleCommandInput, ): import("@smithy/core/client").CommandImpl< CreateNotificationRuleCommandInput, CreateNotificationRuleCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateNotificationRuleCommandInput, ): import("@smithy/core/client").CommandImpl< CreateNotificationRuleCommandInput, CreateNotificationRuleCommandOutput, import("..").CodestarNotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateNotificationRuleCommand extends CreateNotificationRuleCommand_base { protected static __types: { api: { input: CreateNotificationRuleRequest; output: CreateNotificationRuleResult; }; sdk: { input: CreateNotificationRuleCommandInput; output: CreateNotificationRuleCommandOutput; }; }; }