import { EmailTemplateListBody, EmailTemplateListResponse } from './types'; /** * Request email template list * * {@link https://www.braze.com/docs/api/endpoints/templates/email_templates/get_list_email_templates/} */ export declare function getEmailTemplateList(apiUrl: string, apiKey: string, body: EmailTemplateListBody): Promise; //# sourceMappingURL=list.d.ts.map