type SendStatus = 'send failed' | 'sending' | 'sent'; export type { SendStatus }; //# sourceMappingURL=SendStatus.d.ts.map