/** * Serialize log records to a JSON body. Always succeeds. * * Web gets this from `@datadog/browser-logs`; the raw-`fetch` RN transport has * no such layer and serializes inside the caller's `log()`, so a throw would * land in a user flow. */ export declare function serializeLogBatch(batch: readonly object[]): string; //# sourceMappingURL=serializeLogBatch.d.ts.map