import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateNotificationCommandInput extends UpdateNotificationRequest {} export interface UpdateNotificationCommandOutput extends UpdateNotificationResponse, __MetadataBearer {} declare const UpdateNotificationCommand_base: { new ( input: UpdateNotificationCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateNotificationCommandInput, UpdateNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateNotificationCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateNotificationCommandInput, UpdateNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateNotificationCommand extends UpdateNotificationCommand_base { protected static __types: { api: { input: UpdateNotificationRequest; output: {}; }; sdk: { input: UpdateNotificationCommandInput; output: UpdateNotificationCommandOutput; }; }; }