export declare enum SiSendTaskState { Queued = 0, Sending = 1, Sent = 2, Succeeded = 3, Failed = 4 } //# sourceMappingURL=ISiSendTask.d.ts.map