import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutNotificationSettingsRequest, PutNotificationSettingsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface PutNotificationSettingsCommandInput extends PutNotificationSettingsRequest {} export interface PutNotificationSettingsCommandOutput extends PutNotificationSettingsResponse, __MetadataBearer {} declare const PutNotificationSettingsCommand_base: { new ( input: PutNotificationSettingsCommandInput, ): import("@smithy/core/client").CommandImpl< PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutNotificationSettingsCommandInput, ): import("@smithy/core/client").CommandImpl< PutNotificationSettingsCommandInput, PutNotificationSettingsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutNotificationSettingsCommand extends PutNotificationSettingsCommand_base { protected static __types: { api: { input: PutNotificationSettingsRequest; output: PutNotificationSettingsResponse; }; sdk: { input: PutNotificationSettingsCommandInput; output: PutNotificationSettingsCommandOutput; }; }; }