import { PostEmailTemplateResponse, UpdateEmailTemplateBody } from './types'; /** * Update email template. * * {@link https://www.braze.com/docs/api/endpoints/templates/email_templates/post_update_email_template/} */ export declare function updateEmailTemplate(apiUrl: string, apiKey: string, body: UpdateEmailTemplateBody): Promise; //# sourceMappingURL=update.d.ts.map