import { EmailTemplateBody, EmailTemplateResponse } from './types';
/**
 * Request email template.
 *
 * {@link https://www.braze.com/docs/api/endpoints/templates/email_templates/get_see_email_template_information/}
 */
export declare function getEmailTemplate(apiUrl: string, apiKey: string, body: EmailTemplateBody): Promise<EmailTemplateResponse>;
//# sourceMappingURL=get.d.ts.map