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