/** * Send email action — email the customer the active order's (or a refund's) receipt. * Calls the sendEmail action on the parent window. */ import type { SendEmail } from "./types"; export declare const sendEmail: SendEmail;