import * as AWS from "aws-sdk";
/**
   * gets a template by name
   *
   * @param name string
   * @returns promise with the output
   * @memberof AwsSESService
   */
export declare const getEmailTemplateByName: (name: string, configOverrides?: AWS.SESV2.ClientConfiguration) => Promise<AWS.SESV2.GetEmailTemplateResponse>;
