* Export a deterministic, versioned JSON debug bundle.
(options?: DebugBundleExportOptions)
| 289 | * Export a deterministic, versioned JSON debug bundle. |
| 290 | */ |
| 291 | exportBundle(options?: DebugBundleExportOptions): Promise<DebugBundle>; |
| 292 | |
| 293 | /** |
| 294 | * Export the debug bundle as UTF-8 JSON bytes. |
no outgoing calls
no test coverage detected