import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ResetNotificationSettingsRequest, ResetNotificationSettingsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface ResetNotificationSettingsCommandInput extends ResetNotificationSettingsRequest {} export interface ResetNotificationSettingsCommandOutput extends ResetNotificationSettingsResponse, __MetadataBearer {} declare const ResetNotificationSettingsCommand_base: { new ( input: ResetNotificationSettingsCommandInput, ): import("@smithy/core/client").CommandImpl< ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ResetNotificationSettingsCommandInput, ): import("@smithy/core/client").CommandImpl< ResetNotificationSettingsCommandInput, ResetNotificationSettingsCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ResetNotificationSettingsCommand extends ResetNotificationSettingsCommand_base { protected static __types: { api: { input: ResetNotificationSettingsRequest; output: ResetNotificationSettingsResponse; }; sdk: { input: ResetNotificationSettingsCommandInput; output: ResetNotificationSettingsCommandOutput; }; }; }