import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface SetIdentityNotificationTopicCommandInput extends SetIdentityNotificationTopicRequest {} export interface SetIdentityNotificationTopicCommandOutput extends SetIdentityNotificationTopicResponse, __MetadataBearer {} declare const SetIdentityNotificationTopicCommand_base: { new ( input: SetIdentityNotificationTopicCommandInput, ): import("@smithy/core/client").CommandImpl< SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SetIdentityNotificationTopicCommandInput, ): import("@smithy/core/client").CommandImpl< SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SetIdentityNotificationTopicCommand extends SetIdentityNotificationTopicCommand_base { protected static __types: { api: { input: SetIdentityNotificationTopicRequest; output: {}; }; sdk: { input: SetIdentityNotificationTopicCommandInput; output: SetIdentityNotificationTopicCommandOutput; }; }; }