import * as AWS from 'aws-sdk'; export declare function verifyEmailAddress(address: string): Promise<{ $response: AWS.Response<{}, AWS.AWSError>; } | undefined>;