import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetIdentityMailFromDomainAttributesCommandInput extends GetIdentityMailFromDomainAttributesRequest {} export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIdentityMailFromDomainAttributesResponse, __MetadataBearer {} declare const GetIdentityMailFromDomainAttributesCommand_base: { new ( input: GetIdentityMailFromDomainAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetIdentityMailFromDomainAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetIdentityMailFromDomainAttributesCommand extends GetIdentityMailFromDomainAttributesCommand_base { protected static __types: { api: { input: GetIdentityMailFromDomainAttributesRequest; output: GetIdentityMailFromDomainAttributesResponse; }; sdk: { input: GetIdentityMailFromDomainAttributesCommandInput; output: GetIdentityMailFromDomainAttributesCommandOutput; }; }; }