import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetIdentityNotificationAttributesCommandInput extends GetIdentityNotificationAttributesRequest {} export interface GetIdentityNotificationAttributesCommandOutput extends GetIdentityNotificationAttributesResponse, __MetadataBearer {} declare const GetIdentityNotificationAttributesCommand_base: { new ( input: GetIdentityNotificationAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetIdentityNotificationAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetIdentityNotificationAttributesCommand extends GetIdentityNotificationAttributesCommand_base { protected static __types: { api: { input: GetIdentityNotificationAttributesRequest; output: GetIdentityNotificationAttributesResponse; }; sdk: { input: GetIdentityNotificationAttributesCommandInput; output: GetIdentityNotificationAttributesCommandOutput; }; }; }