import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetIdentityVerificationAttributesRequest, GetIdentityVerificationAttributesResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetIdentityVerificationAttributesCommandInput extends GetIdentityVerificationAttributesRequest {} export interface GetIdentityVerificationAttributesCommandOutput extends GetIdentityVerificationAttributesResponse, __MetadataBearer {} declare const GetIdentityVerificationAttributesCommand_base: { new ( input: GetIdentityVerificationAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetIdentityVerificationAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetIdentityVerificationAttributesCommand extends GetIdentityVerificationAttributesCommand_base { protected static __types: { api: { input: GetIdentityVerificationAttributesRequest; output: GetIdentityVerificationAttributesResponse; }; sdk: { input: GetIdentityVerificationAttributesCommandInput; output: GetIdentityVerificationAttributesCommandOutput; }; }; }