import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { VerifyDomainIdentityRequest, VerifyDomainIdentityResponse } from "../models/models_0"; export { __MetadataBearer }; export interface VerifyDomainIdentityCommandInput extends VerifyDomainIdentityRequest {} export interface VerifyDomainIdentityCommandOutput extends VerifyDomainIdentityResponse, __MetadataBearer {} declare const VerifyDomainIdentityCommand_base: { new ( input: VerifyDomainIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: VerifyDomainIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class VerifyDomainIdentityCommand extends VerifyDomainIdentityCommand_base { protected static __types: { api: { input: VerifyDomainIdentityRequest; output: VerifyDomainIdentityResponse; }; sdk: { input: VerifyDomainIdentityCommandInput; output: VerifyDomainIdentityCommandOutput; }; }; }