import * as AWS from "aws-sdk";
/**
   * Updates a template
   *
   * @param fileName string
   * @param body any
   * @returns promise with the output
   * @memberof AwsSESService
   */
export declare const updateEmailTemplate: (updateEmailParams: AWS.SESV2.UpdateEmailTemplateRequest, configOverrides?: AWS.SESV2.ClientConfiguration) => Promise<AWS.SESV2.UpdateEmailTemplateResponse>;
