import { EventData } from '../../../../types/event.js'; export default function sendOrderConfirmationEmail(data: EventData<'order_placed'>): Promise;