@remotion/renderer 4.0.422 → 4.0.424

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/dist/client.d.ts +237 -13
  2. package/dist/combine-chunks.js +3 -0
  3. package/dist/ensure-browser.d.ts +3 -0
  4. package/dist/esm/client.mjs +317 -118
  5. package/dist/esm/index.mjs +14 -7
  6. package/dist/esm/pure.mjs +4 -2
  7. package/dist/ffmpeg-args.d.ts +1 -1
  8. package/dist/ffmpeg-args.js +1 -1
  9. package/dist/index.d.ts +44 -0
  10. package/dist/mux-video-and-audio.d.ts +2 -1
  11. package/dist/mux-video-and-audio.js +6 -1
  12. package/dist/options/api-key.d.ts +1 -0
  13. package/dist/options/api-key.js +1 -0
  14. package/dist/options/ask-ai.d.ts +1 -0
  15. package/dist/options/ask-ai.js +1 -0
  16. package/dist/options/audio-bitrate.d.ts +1 -0
  17. package/dist/options/audio-bitrate.js +1 -0
  18. package/dist/options/audio-codec.d.ts +1 -0
  19. package/dist/options/audio-codec.js +1 -0
  20. package/dist/options/beep-on-finish.d.ts +1 -0
  21. package/dist/options/beep-on-finish.js +1 -0
  22. package/dist/options/binaries-directory.d.ts +1 -0
  23. package/dist/options/binaries-directory.js +1 -0
  24. package/dist/options/chrome-mode.d.ts +1 -0
  25. package/dist/options/chrome-mode.js +1 -0
  26. package/dist/options/color-space.d.ts +5 -4
  27. package/dist/options/color-space.js +4 -2
  28. package/dist/options/crf.d.ts +1 -0
  29. package/dist/options/crf.js +1 -0
  30. package/dist/options/cross-site-isolation.d.ts +1 -0
  31. package/dist/options/cross-site-isolation.js +1 -0
  32. package/dist/options/dark-mode.d.ts +1 -0
  33. package/dist/options/dark-mode.js +1 -0
  34. package/dist/options/delete-after.d.ts +1 -0
  35. package/dist/options/delete-after.js +1 -0
  36. package/dist/options/disable-git-source.d.ts +1 -0
  37. package/dist/options/disable-git-source.js +1 -0
  38. package/dist/options/disallow-parallel-encoding.d.ts +1 -0
  39. package/dist/options/disallow-parallel-encoding.js +1 -0
  40. package/dist/options/enable-lambda-insights.d.ts +1 -0
  41. package/dist/options/enable-lambda-insights.js +1 -0
  42. package/dist/options/enable-multiprocess-on-linux.d.ts +1 -0
  43. package/dist/options/enable-multiprocess-on-linux.js +1 -0
  44. package/dist/options/encoding-buffer-size.d.ts +1 -0
  45. package/dist/options/encoding-buffer-size.js +1 -0
  46. package/dist/options/encoding-max-rate.d.ts +1 -0
  47. package/dist/options/encoding-max-rate.js +1 -0
  48. package/dist/options/enforce-audio.d.ts +1 -0
  49. package/dist/options/enforce-audio.js +1 -0
  50. package/dist/options/experimental-client-side-rendering.d.ts +1 -0
  51. package/dist/options/experimental-client-side-rendering.js +1 -0
  52. package/dist/options/folder-expiry.d.ts +1 -0
  53. package/dist/options/folder-expiry.js +1 -0
  54. package/dist/options/for-seamless-aac-concatenation.d.ts +1 -0
  55. package/dist/options/for-seamless-aac-concatenation.js +1 -0
  56. package/dist/options/force-new-studio.d.ts +1 -0
  57. package/dist/options/force-new-studio.js +1 -0
  58. package/dist/options/gl.d.ts +1 -0
  59. package/dist/options/gl.js +1 -0
  60. package/dist/options/hardware-acceleration.d.ts +1 -0
  61. package/dist/options/hardware-acceleration.js +1 -0
  62. package/dist/options/headless.d.ts +1 -0
  63. package/dist/options/headless.js +1 -0
  64. package/dist/options/image-sequence-pattern.d.ts +1 -0
  65. package/dist/options/image-sequence-pattern.js +1 -0
  66. package/dist/options/index.d.ts +97 -3
  67. package/dist/options/index.js +4 -0
  68. package/dist/options/ipv4.d.ts +1 -0
  69. package/dist/options/ipv4.js +1 -0
  70. package/dist/options/is-production.d.ts +1 -0
  71. package/dist/options/is-production.js +1 -0
  72. package/dist/options/jpeg-quality.d.ts +1 -0
  73. package/dist/options/jpeg-quality.js +1 -0
  74. package/dist/options/keyboard-shortcuts.d.ts +1 -0
  75. package/dist/options/keyboard-shortcuts.js +1 -0
  76. package/dist/options/latency-hint.d.ts +1 -0
  77. package/dist/options/latency-hint.js +1 -0
  78. package/dist/options/license-key.d.ts +1 -0
  79. package/dist/options/license-key.js +1 -0
  80. package/dist/options/log-level.d.ts +1 -0
  81. package/dist/options/log-level.js +1 -0
  82. package/dist/options/metadata.d.ts +1 -0
  83. package/dist/options/metadata.js +1 -0
  84. package/dist/options/mute.d.ts +1 -0
  85. package/dist/options/mute.js +1 -0
  86. package/dist/options/number-of-gif-loops.d.ts +1 -0
  87. package/dist/options/number-of-gif-loops.js +1 -0
  88. package/dist/options/number-of-shared-audio-tags.d.ts +1 -0
  89. package/dist/options/number-of-shared-audio-tags.js +1 -0
  90. package/dist/options/offthreadvideo-cache-size.d.ts +1 -0
  91. package/dist/options/offthreadvideo-cache-size.js +1 -0
  92. package/dist/options/offthreadvideo-threads.d.ts +1 -0
  93. package/dist/options/offthreadvideo-threads.js +1 -0
  94. package/dist/options/on-browser-download.d.ts +1 -0
  95. package/dist/options/on-browser-download.js +1 -0
  96. package/dist/options/option.d.ts +1 -0
  97. package/dist/options/options-map.d.ts +139 -9
  98. package/dist/options/overwrite.d.ts +1 -0
  99. package/dist/options/overwrite.js +1 -0
  100. package/dist/options/prefer-lossless.d.ts +1 -0
  101. package/dist/options/prefer-lossless.js +1 -0
  102. package/dist/options/public-dir.d.ts +1 -0
  103. package/dist/options/public-dir.js +1 -0
  104. package/dist/options/public-license-key.d.ts +1 -0
  105. package/dist/options/public-license-key.js +1 -0
  106. package/dist/options/public-path.d.ts +1 -0
  107. package/dist/options/public-path.js +1 -0
  108. package/dist/options/repro.d.ts +1 -0
  109. package/dist/options/repro.js +1 -0
  110. package/dist/options/scale.d.ts +1 -0
  111. package/dist/options/scale.js +1 -0
  112. package/dist/options/separate-audio.d.ts +1 -0
  113. package/dist/options/separate-audio.js +1 -0
  114. package/dist/options/still-image-format.d.ts +19 -0
  115. package/dist/options/still-image-format.js +55 -0
  116. package/dist/options/throw-if-site-exists.d.ts +1 -0
  117. package/dist/options/throw-if-site-exists.js +1 -0
  118. package/dist/options/timeout.d.ts +1 -0
  119. package/dist/options/timeout.js +1 -0
  120. package/dist/options/video-bitrate.d.ts +1 -0
  121. package/dist/options/video-bitrate.js +1 -0
  122. package/dist/options/video-cache-size.d.ts +1 -0
  123. package/dist/options/video-cache-size.js +1 -0
  124. package/dist/options/video-codec.d.ts +1 -0
  125. package/dist/options/video-codec.js +1 -0
  126. package/dist/options/video-image-format.d.ts +19 -0
  127. package/dist/options/video-image-format.js +55 -0
  128. package/dist/options/webhook-custom-data.d.ts +1 -0
  129. package/dist/options/webhook-custom-data.js +1 -0
  130. package/dist/options/x264-preset.d.ts +1 -0
  131. package/dist/options/x264-preset.js +1 -0
  132. package/dist/validate-number-of-gif-loops.js +1 -1
  133. package/package.json +14 -14
package/dist/client.d.ts CHANGED
@@ -240,6 +240,7 @@ export declare const BrowserSafeApis: {
240
240
  name: string;
241
241
  ssrName: "audioCodec";
242
242
  type: "aac" | "mp3" | "opus" | "pcm-16";
243
+ id: "audio-codec";
243
244
  };
244
245
  scaleOption: {
245
246
  name: string;
@@ -255,6 +256,7 @@ export declare const BrowserSafeApis: {
255
256
  value: number;
256
257
  };
257
258
  setConfig: (scale: number) => void;
259
+ id: "scale";
258
260
  };
259
261
  crfOption: {
260
262
  name: string;
@@ -270,6 +272,7 @@ export declare const BrowserSafeApis: {
270
272
  value: import("./crf").Crf;
271
273
  };
272
274
  setConfig: (crf: import("./crf").Crf) => void;
275
+ id: "crf";
273
276
  };
274
277
  jpegQualityOption: {
275
278
  name: string;
@@ -285,6 +288,7 @@ export declare const BrowserSafeApis: {
285
288
  source: string;
286
289
  value: number;
287
290
  };
291
+ id: "jpeg-quality";
288
292
  };
289
293
  videoBitrateOption: {
290
294
  name: string;
@@ -300,6 +304,7 @@ export declare const BrowserSafeApis: {
300
304
  value: string | null;
301
305
  };
302
306
  setConfig: (bitrate: string | null) => void;
307
+ id: "video-bitrate";
303
308
  };
304
309
  audioBitrateOption: {
305
310
  name: string;
@@ -318,6 +323,7 @@ export declare const BrowserSafeApis: {
318
323
  source: string;
319
324
  };
320
325
  setConfig: (value: string | null) => void;
326
+ id: "audio-bitrate";
321
327
  };
322
328
  enforceAudioOption: {
323
329
  name: string;
@@ -336,6 +342,7 @@ export declare const BrowserSafeApis: {
336
342
  value: false;
337
343
  };
338
344
  setConfig: (value: boolean) => void;
345
+ id: "enforce-audio-track";
339
346
  };
340
347
  mutedOption: {
341
348
  name: string;
@@ -351,6 +358,7 @@ export declare const BrowserSafeApis: {
351
358
  value: boolean;
352
359
  };
353
360
  setConfig: () => void;
361
+ id: "muted";
354
362
  };
355
363
  videoCodecOption: {
356
364
  name: string;
@@ -372,6 +380,7 @@ export declare const BrowserSafeApis: {
372
380
  source: string;
373
381
  };
374
382
  setConfig: (newCodec: import("./codec").CodecOrUndefined) => void;
383
+ id: "codec";
375
384
  };
376
385
  offthreadVideoCacheSizeInBytesOption: {
377
386
  name: string;
@@ -390,6 +399,7 @@ export declare const BrowserSafeApis: {
390
399
  value: null;
391
400
  };
392
401
  setConfig: (size: number | null) => void;
402
+ id: "offthreadvideo-cache-size-in-bytes";
393
403
  };
394
404
  offthreadVideoThreadsOption: {
395
405
  name: string;
@@ -408,6 +418,7 @@ export declare const BrowserSafeApis: {
408
418
  value: null;
409
419
  };
410
420
  setConfig: (size: number | null) => void;
421
+ id: "offthreadvideo-video-threads";
411
422
  };
412
423
  webhookCustomDataOption: {
413
424
  name: string;
@@ -418,6 +429,7 @@ export declare const BrowserSafeApis: {
418
429
  type: Record<string, unknown> | null;
419
430
  getValue: () => never;
420
431
  setConfig: () => never;
432
+ id: "webhook-custom-data";
421
433
  };
422
434
  colorSpaceOption: {
423
435
  name: string;
@@ -425,14 +437,15 @@ export declare const BrowserSafeApis: {
425
437
  description: () => import("react/jsx-runtime").JSX.Element;
426
438
  docLink: string;
427
439
  ssrName: string;
428
- type: "bt2020-ncl" | "bt709" | "default" | null;
440
+ type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
429
441
  getValue: ({ commandLine }: {
430
442
  commandLine: Record<string, unknown>;
431
443
  }) => {
432
444
  source: string;
433
- value: "bt2020-ncl" | "bt709" | "default";
445
+ value: "bt2020-ncl" | "bt601" | "bt709" | "default";
434
446
  };
435
- setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
447
+ setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
448
+ id: "color-space";
436
449
  };
437
450
  deleteAfterOption: {
438
451
  name: string;
@@ -451,6 +464,7 @@ export declare const BrowserSafeApis: {
451
464
  value: null;
452
465
  };
453
466
  setConfig: (value: import(".").DeleteAfter | null) => void;
467
+ id: "delete-after";
454
468
  };
455
469
  disallowParallelEncodingOption: {
456
470
  name: string;
@@ -466,6 +480,7 @@ export declare const BrowserSafeApis: {
466
480
  source: string;
467
481
  };
468
482
  setConfig(value: boolean): void;
483
+ id: "disallow-parallel-encoding";
469
484
  };
470
485
  folderExpiryOption: {
471
486
  name: string;
@@ -481,6 +496,7 @@ export declare const BrowserSafeApis: {
481
496
  value: boolean | null;
482
497
  };
483
498
  setConfig: (value: boolean | null) => void;
499
+ id: "enable-folder-expiry";
484
500
  };
485
501
  enableMultiprocessOnLinuxOption: {
486
502
  name: string;
@@ -496,6 +512,7 @@ export declare const BrowserSafeApis: {
496
512
  value: boolean;
497
513
  };
498
514
  setConfig: (value: boolean) => void;
515
+ id: "enable-multiprocess-on-linux";
499
516
  };
500
517
  glOption: {
501
518
  cliFlag: "gl";
@@ -514,6 +531,7 @@ export declare const BrowserSafeApis: {
514
531
  source: string;
515
532
  };
516
533
  setConfig: (value: "angle" | "angle-egl" | "egl" | "swangle" | "swiftshader" | "vulkan" | null) => void;
534
+ id: "gl";
517
535
  };
518
536
  enableLambdaInsights: {
519
537
  name: string;
@@ -529,6 +547,7 @@ export declare const BrowserSafeApis: {
529
547
  value: boolean;
530
548
  source: string;
531
549
  };
550
+ id: "enable-lambda-insights";
532
551
  };
533
552
  encodingMaxRateOption: {
534
553
  name: string;
@@ -547,6 +566,7 @@ export declare const BrowserSafeApis: {
547
566
  source: string;
548
567
  };
549
568
  setConfig: (newMaxRate: string | null) => void;
569
+ id: "max-rate";
550
570
  };
551
571
  encodingBufferSizeOption: {
552
572
  name: string;
@@ -565,6 +585,7 @@ export declare const BrowserSafeApis: {
565
585
  source: string;
566
586
  };
567
587
  setConfig: (bitrate: string | null) => void;
588
+ id: "buffer-size";
568
589
  };
569
590
  beepOnFinishOption: {
570
591
  name: string;
@@ -580,6 +601,7 @@ export declare const BrowserSafeApis: {
580
601
  source: string;
581
602
  };
582
603
  setConfig(value: boolean): void;
604
+ id: "beep-on-finish";
583
605
  };
584
606
  numberOfGifLoopsOption: {
585
607
  name: string;
@@ -598,6 +620,7 @@ export declare const BrowserSafeApis: {
598
620
  source: string;
599
621
  };
600
622
  setConfig: (newLoop: import(".").NumberOfGifLoops) => void;
623
+ id: "number-of-gif-loops";
601
624
  };
602
625
  reproOption: {
603
626
  name: string;
@@ -613,6 +636,7 @@ export declare const BrowserSafeApis: {
613
636
  source: string;
614
637
  };
615
638
  setConfig: (should: boolean) => void;
639
+ id: "repro";
616
640
  };
617
641
  preferLosslessOption: {
618
642
  name: string;
@@ -631,6 +655,7 @@ export declare const BrowserSafeApis: {
631
655
  source: string;
632
656
  };
633
657
  setConfig: (val: boolean) => void;
658
+ id: "prefer-lossless";
634
659
  };
635
660
  x264Option: {
636
661
  name: string;
@@ -649,6 +674,7 @@ export declare const BrowserSafeApis: {
649
674
  source: string;
650
675
  };
651
676
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
677
+ id: "x264-preset";
652
678
  };
653
679
  logLevelOption: {
654
680
  cliFlag: "log";
@@ -664,6 +690,7 @@ export declare const BrowserSafeApis: {
664
690
  };
665
691
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
666
692
  type: "error" | "info" | "trace" | "verbose" | "warn";
693
+ id: "log";
667
694
  };
668
695
  delayRenderTimeoutInMillisecondsOption: {
669
696
  name: string;
@@ -679,6 +706,7 @@ export declare const BrowserSafeApis: {
679
706
  value: number;
680
707
  };
681
708
  setConfig: (value: number) => void;
709
+ id: "timeout";
682
710
  };
683
711
  headlessOption: {
684
712
  name: string;
@@ -694,6 +722,7 @@ export declare const BrowserSafeApis: {
694
722
  value: boolean;
695
723
  };
696
724
  setConfig: (value: boolean) => void;
725
+ id: "disable-headless";
697
726
  };
698
727
  overwriteOption: {
699
728
  name: string;
@@ -709,6 +738,7 @@ export declare const BrowserSafeApis: {
709
738
  value: boolean;
710
739
  };
711
740
  setConfig: (value: boolean) => void;
741
+ id: "overwrite";
712
742
  };
713
743
  binariesDirectoryOption: {
714
744
  name: string;
@@ -724,6 +754,7 @@ export declare const BrowserSafeApis: {
724
754
  value: string | null;
725
755
  };
726
756
  setConfig: (value: string | null) => void;
757
+ id: "binaries-directory";
727
758
  };
728
759
  forSeamlessAacConcatenationOption: {
729
760
  name: string;
@@ -742,6 +773,7 @@ export declare const BrowserSafeApis: {
742
773
  setConfig: (value: boolean) => void;
743
774
  ssrName: string;
744
775
  type: boolean;
776
+ id: "for-seamless-aac-concatenation";
745
777
  };
746
778
  separateAudioOption: {
747
779
  cliFlag: string;
@@ -760,6 +792,7 @@ export declare const BrowserSafeApis: {
760
792
  setConfig: () => never;
761
793
  ssrName: string;
762
794
  type: string | null;
795
+ id: string;
763
796
  };
764
797
  publicPathOption: {
765
798
  name: string;
@@ -778,6 +811,7 @@ export declare const BrowserSafeApis: {
778
811
  };
779
812
  setConfig: (value: string | null) => void;
780
813
  type: string | null;
814
+ id: "public-path";
781
815
  };
782
816
  publicDirOption: {
783
817
  name: string;
@@ -796,6 +830,7 @@ export declare const BrowserSafeApis: {
796
830
  };
797
831
  setConfig: (value: string | null) => void;
798
832
  type: string | null;
833
+ id: "public-dir";
799
834
  };
800
835
  onBrowserDownloadOption: {
801
836
  name: string;
@@ -806,6 +841,7 @@ export declare const BrowserSafeApis: {
806
841
  type: import(".").OnBrowserDownload;
807
842
  getValue: () => never;
808
843
  setConfig: () => never;
844
+ id: "on-browser-download";
809
845
  };
810
846
  throwIfSiteExistsOption: {
811
847
  cliFlag: string;
@@ -821,6 +857,7 @@ export declare const BrowserSafeApis: {
821
857
  setConfig: () => never;
822
858
  ssrName: string;
823
859
  type: boolean;
860
+ id: string;
824
861
  };
825
862
  disableGitSourceOption: {
826
863
  cliFlag: string;
@@ -836,6 +873,7 @@ export declare const BrowserSafeApis: {
836
873
  setConfig: () => never;
837
874
  ssrName: string;
838
875
  type: boolean;
876
+ id: string;
839
877
  };
840
878
  metadataOption: {
841
879
  name: string;
@@ -853,6 +891,7 @@ export declare const BrowserSafeApis: {
853
891
  };
854
892
  setConfig: (newMetadata: import("./options/metadata").Metadata) => void;
855
893
  ssrName: string;
894
+ id: "metadata";
856
895
  };
857
896
  hardwareAccelerationOption: {
858
897
  name: string;
@@ -868,6 +907,7 @@ export declare const BrowserSafeApis: {
868
907
  value: "disable" | "if-possible" | "required";
869
908
  };
870
909
  setConfig: (value: "disable" | "if-possible" | "required") => void;
910
+ id: "hardware-acceleration";
871
911
  };
872
912
  chromeModeOption: {
873
913
  cliFlag: "chrome-mode";
@@ -883,6 +923,7 @@ export declare const BrowserSafeApis: {
883
923
  };
884
924
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
885
925
  type: "chrome-for-testing" | "headless-shell";
926
+ id: "chrome-mode";
886
927
  };
887
928
  apiKeyOption: {
888
929
  name: string;
@@ -898,6 +939,7 @@ export declare const BrowserSafeApis: {
898
939
  value: string | null;
899
940
  };
900
941
  setConfig: (value: string | null) => void;
942
+ id: "api-key";
901
943
  };
902
944
  licenseKeyOption: {
903
945
  name: string;
@@ -913,6 +955,7 @@ export declare const BrowserSafeApis: {
913
955
  value: string | null;
914
956
  };
915
957
  setConfig: (value: string | null) => void;
958
+ id: "license-key";
916
959
  };
917
960
  audioLatencyHintOption: {
918
961
  name: string;
@@ -931,6 +974,7 @@ export declare const BrowserSafeApis: {
931
974
  source: string;
932
975
  };
933
976
  setConfig: (profile: AudioContextLatencyCategory | null) => void;
977
+ id: "audio-latency-hint";
934
978
  };
935
979
  enableCrossSiteIsolationOption: {
936
980
  name: string;
@@ -946,6 +990,7 @@ export declare const BrowserSafeApis: {
946
990
  source: string;
947
991
  };
948
992
  setConfig(value: boolean): void;
993
+ id: "cross-site-isolation";
949
994
  };
950
995
  imageSequencePatternOption: {
951
996
  name: string;
@@ -961,6 +1006,7 @@ export declare const BrowserSafeApis: {
961
1006
  source: string;
962
1007
  };
963
1008
  setConfig: (pattern: string | null) => void;
1009
+ id: "image-sequence-pattern";
964
1010
  };
965
1011
  mediaCacheSizeInBytesOption: {
966
1012
  name: string;
@@ -979,6 +1025,7 @@ export declare const BrowserSafeApis: {
979
1025
  value: null;
980
1026
  };
981
1027
  setConfig: (size: number | null) => void;
1028
+ id: "media-cache-size-in-bytes";
982
1029
  };
983
1030
  darkModeOption: {
984
1031
  name: string;
@@ -994,6 +1041,7 @@ export declare const BrowserSafeApis: {
994
1041
  value: boolean;
995
1042
  };
996
1043
  setConfig: (value: boolean) => void;
1044
+ id: "dark-mode";
997
1045
  };
998
1046
  publicLicenseKeyOption: {
999
1047
  name: string;
@@ -1009,6 +1057,7 @@ export declare const BrowserSafeApis: {
1009
1057
  };
1010
1058
  setConfig: (value: string | null) => void;
1011
1059
  type: string | null;
1060
+ id: "public-license-key";
1012
1061
  };
1013
1062
  isProductionOption: {
1014
1063
  name: string;
@@ -1024,6 +1073,7 @@ export declare const BrowserSafeApis: {
1024
1073
  };
1025
1074
  setConfig: (value: boolean | null) => void;
1026
1075
  type: boolean | null;
1076
+ id: "is-production";
1027
1077
  };
1028
1078
  askAIOption: {
1029
1079
  name: string;
@@ -1039,6 +1089,7 @@ export declare const BrowserSafeApis: {
1039
1089
  source: string;
1040
1090
  };
1041
1091
  setConfig(value: boolean): void;
1092
+ id: "disable-ask-ai";
1042
1093
  };
1043
1094
  experimentalClientSideRenderingOption: {
1044
1095
  name: string;
@@ -1054,6 +1105,7 @@ export declare const BrowserSafeApis: {
1054
1105
  source: string;
1055
1106
  };
1056
1107
  setConfig(value: boolean): void;
1108
+ id: "enable-experimental-client-side-rendering";
1057
1109
  };
1058
1110
  keyboardShortcutsOption: {
1059
1111
  name: string;
@@ -1069,6 +1121,7 @@ export declare const BrowserSafeApis: {
1069
1121
  source: string;
1070
1122
  };
1071
1123
  setConfig(value: boolean): void;
1124
+ id: "disable-keyboard-shortcuts";
1072
1125
  };
1073
1126
  forceNewStudioOption: {
1074
1127
  name: string;
@@ -1084,6 +1137,7 @@ export declare const BrowserSafeApis: {
1084
1137
  source: string;
1085
1138
  };
1086
1139
  setConfig(value: boolean): void;
1140
+ id: "force-new";
1087
1141
  };
1088
1142
  numberOfSharedAudioTagsOption: {
1089
1143
  name: string;
@@ -1099,6 +1153,7 @@ export declare const BrowserSafeApis: {
1099
1153
  source: string;
1100
1154
  };
1101
1155
  setConfig(value: number): void;
1156
+ id: "number-of-shared-audio-tags";
1102
1157
  };
1103
1158
  ipv4Option: {
1104
1159
  name: string;
@@ -1114,9 +1169,48 @@ export declare const BrowserSafeApis: {
1114
1169
  source: string;
1115
1170
  };
1116
1171
  setConfig(value: boolean): void;
1172
+ id: "ipv4";
1173
+ };
1174
+ stillImageFormatOption: {
1175
+ name: string;
1176
+ cliFlag: "image-format";
1177
+ description: () => import("react/jsx-runtime").JSX.Element;
1178
+ ssrName: "imageFormat";
1179
+ docLink: string;
1180
+ type: "jpeg" | "pdf" | "png" | "webp" | null;
1181
+ getValue: ({ commandLine }: {
1182
+ commandLine: Record<string, unknown>;
1183
+ }) => {
1184
+ source: string;
1185
+ value: "jpeg" | "pdf" | "png" | "webp";
1186
+ } | {
1187
+ source: string;
1188
+ value: null;
1189
+ };
1190
+ setConfig: (value: "jpeg" | "pdf" | "png" | "webp" | null) => void;
1191
+ id: string;
1192
+ };
1193
+ videoImageFormatOption: {
1194
+ name: string;
1195
+ cliFlag: "image-format";
1196
+ description: () => import("react/jsx-runtime").JSX.Element;
1197
+ ssrName: "imageFormat";
1198
+ docLink: string;
1199
+ type: "jpeg" | "none" | "png" | null;
1200
+ getValue: ({ commandLine }: {
1201
+ commandLine: Record<string, unknown>;
1202
+ }) => {
1203
+ source: string;
1204
+ value: "jpeg" | "none" | "png";
1205
+ } | {
1206
+ source: string;
1207
+ value: null;
1208
+ };
1209
+ setConfig: (value: "jpeg" | "none" | "png" | null) => void;
1210
+ id: string;
1117
1211
  };
1118
1212
  };
1119
- validColorSpaces: readonly ["default", "bt709", "bt2020-ncl"];
1213
+ validColorSpaces: readonly ["default", "bt601", "bt709", "bt2020-ncl"];
1120
1214
  optionsMap: {
1121
1215
  readonly renderMedia: {
1122
1216
  readonly mediaCacheSizeInBytes: {
@@ -1136,6 +1230,7 @@ export declare const BrowserSafeApis: {
1136
1230
  value: null;
1137
1231
  };
1138
1232
  setConfig: (size: number | null) => void;
1233
+ id: "media-cache-size-in-bytes";
1139
1234
  };
1140
1235
  readonly offthreadVideoCacheSizeInBytes: {
1141
1236
  name: string;
@@ -1154,6 +1249,7 @@ export declare const BrowserSafeApis: {
1154
1249
  value: null;
1155
1250
  };
1156
1251
  setConfig: (size: number | null) => void;
1252
+ id: "offthreadvideo-cache-size-in-bytes";
1157
1253
  };
1158
1254
  readonly offthreadVideoThreads: {
1159
1255
  name: string;
@@ -1172,6 +1268,7 @@ export declare const BrowserSafeApis: {
1172
1268
  value: null;
1173
1269
  };
1174
1270
  setConfig: (size: number | null) => void;
1271
+ id: "offthreadvideo-video-threads";
1175
1272
  };
1176
1273
  readonly videoBitrate: {
1177
1274
  name: string;
@@ -1187,6 +1284,7 @@ export declare const BrowserSafeApis: {
1187
1284
  value: string | null;
1188
1285
  };
1189
1286
  setConfig: (bitrate: string | null) => void;
1287
+ id: "video-bitrate";
1190
1288
  };
1191
1289
  readonly numberOfGifLoops: {
1192
1290
  name: string;
@@ -1205,6 +1303,7 @@ export declare const BrowserSafeApis: {
1205
1303
  source: string;
1206
1304
  };
1207
1305
  setConfig: (newLoop: import(".").NumberOfGifLoops) => void;
1306
+ id: "number-of-gif-loops";
1208
1307
  };
1209
1308
  readonly repro: {
1210
1309
  name: string;
@@ -1220,6 +1319,7 @@ export declare const BrowserSafeApis: {
1220
1319
  source: string;
1221
1320
  };
1222
1321
  setConfig: (should: boolean) => void;
1322
+ id: "repro";
1223
1323
  };
1224
1324
  readonly x264Preset: {
1225
1325
  name: string;
@@ -1238,6 +1338,7 @@ export declare const BrowserSafeApis: {
1238
1338
  source: string;
1239
1339
  };
1240
1340
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
1341
+ id: "x264-preset";
1241
1342
  };
1242
1343
  readonly audioBitrate: {
1243
1344
  name: string;
@@ -1256,6 +1357,7 @@ export declare const BrowserSafeApis: {
1256
1357
  source: string;
1257
1358
  };
1258
1359
  setConfig: (value: string | null) => void;
1360
+ id: "audio-bitrate";
1259
1361
  };
1260
1362
  readonly colorSpace: {
1261
1363
  name: string;
@@ -1263,14 +1365,15 @@ export declare const BrowserSafeApis: {
1263
1365
  description: () => import("react/jsx-runtime").JSX.Element;
1264
1366
  docLink: string;
1265
1367
  ssrName: string;
1266
- type: "bt2020-ncl" | "bt709" | "default" | null;
1368
+ type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
1267
1369
  getValue: ({ commandLine }: {
1268
1370
  commandLine: Record<string, unknown>;
1269
1371
  }) => {
1270
1372
  source: string;
1271
- value: "bt2020-ncl" | "bt709" | "default";
1373
+ value: "bt2020-ncl" | "bt601" | "bt709" | "default";
1272
1374
  };
1273
- setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
1375
+ setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
1376
+ id: "color-space";
1274
1377
  };
1275
1378
  readonly codec: {
1276
1379
  name: string;
@@ -1292,6 +1395,7 @@ export declare const BrowserSafeApis: {
1292
1395
  source: string;
1293
1396
  };
1294
1397
  setConfig: (newCodec: import("./codec").CodecOrUndefined) => void;
1398
+ id: "codec";
1295
1399
  };
1296
1400
  readonly disallowParallelEncoding: {
1297
1401
  name: string;
@@ -1307,6 +1411,7 @@ export declare const BrowserSafeApis: {
1307
1411
  source: string;
1308
1412
  };
1309
1413
  setConfig(value: boolean): void;
1414
+ id: "disallow-parallel-encoding";
1310
1415
  };
1311
1416
  readonly jpegQuality: {
1312
1417
  name: string;
@@ -1322,6 +1427,7 @@ export declare const BrowserSafeApis: {
1322
1427
  source: string;
1323
1428
  value: number;
1324
1429
  };
1430
+ id: "jpeg-quality";
1325
1431
  };
1326
1432
  readonly encodingMaxRate: {
1327
1433
  name: string;
@@ -1340,6 +1446,7 @@ export declare const BrowserSafeApis: {
1340
1446
  source: string;
1341
1447
  };
1342
1448
  setConfig: (newMaxRate: string | null) => void;
1449
+ id: "max-rate";
1343
1450
  };
1344
1451
  readonly encodingBufferSize: {
1345
1452
  name: string;
@@ -1358,6 +1465,7 @@ export declare const BrowserSafeApis: {
1358
1465
  source: string;
1359
1466
  };
1360
1467
  setConfig: (bitrate: string | null) => void;
1468
+ id: "buffer-size";
1361
1469
  };
1362
1470
  readonly muted: {
1363
1471
  name: string;
@@ -1373,6 +1481,7 @@ export declare const BrowserSafeApis: {
1373
1481
  value: boolean;
1374
1482
  };
1375
1483
  setConfig: () => void;
1484
+ id: "muted";
1376
1485
  };
1377
1486
  readonly logLevel: {
1378
1487
  cliFlag: "log";
@@ -1388,6 +1497,7 @@ export declare const BrowserSafeApis: {
1388
1497
  };
1389
1498
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
1390
1499
  type: "error" | "info" | "trace" | "verbose" | "warn";
1500
+ id: "log";
1391
1501
  };
1392
1502
  readonly timeoutInMilliseconds: {
1393
1503
  name: string;
@@ -1403,6 +1513,7 @@ export declare const BrowserSafeApis: {
1403
1513
  value: number;
1404
1514
  };
1405
1515
  setConfig: (value: number) => void;
1516
+ id: "timeout";
1406
1517
  };
1407
1518
  readonly binariesDirectory: {
1408
1519
  name: string;
@@ -1418,6 +1529,7 @@ export declare const BrowserSafeApis: {
1418
1529
  value: string | null;
1419
1530
  };
1420
1531
  setConfig: (value: string | null) => void;
1532
+ id: "binaries-directory";
1421
1533
  };
1422
1534
  readonly forSeamlessAacConcatenation: {
1423
1535
  name: string;
@@ -1436,6 +1548,7 @@ export declare const BrowserSafeApis: {
1436
1548
  setConfig: (value: boolean) => void;
1437
1549
  ssrName: string;
1438
1550
  type: boolean;
1551
+ id: "for-seamless-aac-concatenation";
1439
1552
  };
1440
1553
  readonly separateAudioTo: {
1441
1554
  cliFlag: string;
@@ -1454,6 +1567,7 @@ export declare const BrowserSafeApis: {
1454
1567
  setConfig: () => never;
1455
1568
  ssrName: string;
1456
1569
  type: string | null;
1570
+ id: string;
1457
1571
  };
1458
1572
  readonly audioCodec: {
1459
1573
  cliFlag: "audio-codec";
@@ -1472,6 +1586,7 @@ export declare const BrowserSafeApis: {
1472
1586
  name: string;
1473
1587
  ssrName: "audioCodec";
1474
1588
  type: "aac" | "mp3" | "opus" | "pcm-16";
1589
+ id: "audio-codec";
1475
1590
  };
1476
1591
  readonly onBrowserDownload: {
1477
1592
  name: string;
@@ -1482,6 +1597,7 @@ export declare const BrowserSafeApis: {
1482
1597
  type: import(".").OnBrowserDownload;
1483
1598
  getValue: () => never;
1484
1599
  setConfig: () => never;
1600
+ id: "on-browser-download";
1485
1601
  };
1486
1602
  readonly hardwareAcceleration: {
1487
1603
  name: string;
@@ -1497,6 +1613,7 @@ export declare const BrowserSafeApis: {
1497
1613
  value: "disable" | "if-possible" | "required";
1498
1614
  };
1499
1615
  setConfig: (value: "disable" | "if-possible" | "required") => void;
1616
+ id: "hardware-acceleration";
1500
1617
  };
1501
1618
  readonly chromeMode: {
1502
1619
  cliFlag: "chrome-mode";
@@ -1512,6 +1629,7 @@ export declare const BrowserSafeApis: {
1512
1629
  };
1513
1630
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
1514
1631
  type: "chrome-for-testing" | "headless-shell";
1632
+ id: "chrome-mode";
1515
1633
  };
1516
1634
  readonly licenseKey: {
1517
1635
  name: string;
@@ -1527,6 +1645,7 @@ export declare const BrowserSafeApis: {
1527
1645
  value: string | null;
1528
1646
  };
1529
1647
  setConfig: (value: string | null) => void;
1648
+ id: "license-key";
1530
1649
  };
1531
1650
  };
1532
1651
  readonly stitchFramesToVideo: {
@@ -1547,6 +1666,7 @@ export declare const BrowserSafeApis: {
1547
1666
  setConfig: () => never;
1548
1667
  ssrName: string;
1549
1668
  type: string | null;
1669
+ id: string;
1550
1670
  };
1551
1671
  readonly hardwareAcceleration: {
1552
1672
  name: string;
@@ -1562,6 +1682,7 @@ export declare const BrowserSafeApis: {
1562
1682
  value: "disable" | "if-possible" | "required";
1563
1683
  };
1564
1684
  setConfig: (value: "disable" | "if-possible" | "required") => void;
1685
+ id: "hardware-acceleration";
1565
1686
  };
1566
1687
  };
1567
1688
  readonly renderStill: {
@@ -1582,6 +1703,7 @@ export declare const BrowserSafeApis: {
1582
1703
  value: null;
1583
1704
  };
1584
1705
  setConfig: (size: number | null) => void;
1706
+ id: "media-cache-size-in-bytes";
1585
1707
  };
1586
1708
  readonly offthreadVideoCacheSizeInBytes: {
1587
1709
  name: string;
@@ -1600,6 +1722,7 @@ export declare const BrowserSafeApis: {
1600
1722
  value: null;
1601
1723
  };
1602
1724
  setConfig: (size: number | null) => void;
1725
+ id: "offthreadvideo-cache-size-in-bytes";
1603
1726
  };
1604
1727
  readonly offthreadVideoThreads: {
1605
1728
  name: string;
@@ -1618,6 +1741,7 @@ export declare const BrowserSafeApis: {
1618
1741
  value: null;
1619
1742
  };
1620
1743
  setConfig: (size: number | null) => void;
1744
+ id: "offthreadvideo-video-threads";
1621
1745
  };
1622
1746
  readonly jpegQuality: {
1623
1747
  name: string;
@@ -1633,6 +1757,7 @@ export declare const BrowserSafeApis: {
1633
1757
  source: string;
1634
1758
  value: number;
1635
1759
  };
1760
+ id: "jpeg-quality";
1636
1761
  };
1637
1762
  readonly logLevel: {
1638
1763
  cliFlag: "log";
@@ -1648,6 +1773,7 @@ export declare const BrowserSafeApis: {
1648
1773
  };
1649
1774
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
1650
1775
  type: "error" | "info" | "trace" | "verbose" | "warn";
1776
+ id: "log";
1651
1777
  };
1652
1778
  readonly timeoutInMilliseconds: {
1653
1779
  name: string;
@@ -1663,6 +1789,7 @@ export declare const BrowserSafeApis: {
1663
1789
  value: number;
1664
1790
  };
1665
1791
  setConfig: (value: number) => void;
1792
+ id: "timeout";
1666
1793
  };
1667
1794
  readonly binariesDirectory: {
1668
1795
  name: string;
@@ -1678,6 +1805,7 @@ export declare const BrowserSafeApis: {
1678
1805
  value: string | null;
1679
1806
  };
1680
1807
  setConfig: (value: string | null) => void;
1808
+ id: "binaries-directory";
1681
1809
  };
1682
1810
  readonly onBrowserDownload: {
1683
1811
  name: string;
@@ -1688,6 +1816,7 @@ export declare const BrowserSafeApis: {
1688
1816
  type: import(".").OnBrowserDownload;
1689
1817
  getValue: () => never;
1690
1818
  setConfig: () => never;
1819
+ id: "on-browser-download";
1691
1820
  };
1692
1821
  readonly chromeMode: {
1693
1822
  cliFlag: "chrome-mode";
@@ -1703,6 +1832,7 @@ export declare const BrowserSafeApis: {
1703
1832
  };
1704
1833
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
1705
1834
  type: "chrome-for-testing" | "headless-shell";
1835
+ id: "chrome-mode";
1706
1836
  };
1707
1837
  readonly apiKey: {
1708
1838
  name: string;
@@ -1718,6 +1848,7 @@ export declare const BrowserSafeApis: {
1718
1848
  value: string | null;
1719
1849
  };
1720
1850
  setConfig: (value: string | null) => void;
1851
+ id: "api-key";
1721
1852
  };
1722
1853
  readonly licenseKey: {
1723
1854
  name: string;
@@ -1733,6 +1864,7 @@ export declare const BrowserSafeApis: {
1733
1864
  value: string | null;
1734
1865
  };
1735
1866
  setConfig: (value: string | null) => void;
1867
+ id: "license-key";
1736
1868
  };
1737
1869
  };
1738
1870
  readonly getCompositions: {
@@ -1753,6 +1885,7 @@ export declare const BrowserSafeApis: {
1753
1885
  value: null;
1754
1886
  };
1755
1887
  setConfig: (size: number | null) => void;
1888
+ id: "media-cache-size-in-bytes";
1756
1889
  };
1757
1890
  readonly offthreadVideoCacheSizeInBytes: {
1758
1891
  name: string;
@@ -1771,6 +1904,7 @@ export declare const BrowserSafeApis: {
1771
1904
  value: null;
1772
1905
  };
1773
1906
  setConfig: (size: number | null) => void;
1907
+ id: "offthreadvideo-cache-size-in-bytes";
1774
1908
  };
1775
1909
  readonly offthreadVideoThreads: {
1776
1910
  name: string;
@@ -1789,6 +1923,7 @@ export declare const BrowserSafeApis: {
1789
1923
  value: null;
1790
1924
  };
1791
1925
  setConfig: (size: number | null) => void;
1926
+ id: "offthreadvideo-video-threads";
1792
1927
  };
1793
1928
  readonly logLevel: {
1794
1929
  cliFlag: "log";
@@ -1804,6 +1939,7 @@ export declare const BrowserSafeApis: {
1804
1939
  };
1805
1940
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
1806
1941
  type: "error" | "info" | "trace" | "verbose" | "warn";
1942
+ id: "log";
1807
1943
  };
1808
1944
  readonly timeoutInMilliseconds: {
1809
1945
  name: string;
@@ -1819,6 +1955,7 @@ export declare const BrowserSafeApis: {
1819
1955
  value: number;
1820
1956
  };
1821
1957
  setConfig: (value: number) => void;
1958
+ id: "timeout";
1822
1959
  };
1823
1960
  readonly binariesDirectory: {
1824
1961
  name: string;
@@ -1834,6 +1971,7 @@ export declare const BrowserSafeApis: {
1834
1971
  value: string | null;
1835
1972
  };
1836
1973
  setConfig: (value: string | null) => void;
1974
+ id: "binaries-directory";
1837
1975
  };
1838
1976
  readonly onBrowserDownload: {
1839
1977
  name: string;
@@ -1844,6 +1982,7 @@ export declare const BrowserSafeApis: {
1844
1982
  type: import(".").OnBrowserDownload;
1845
1983
  getValue: () => never;
1846
1984
  setConfig: () => never;
1985
+ id: "on-browser-download";
1847
1986
  };
1848
1987
  readonly chromeMode: {
1849
1988
  cliFlag: "chrome-mode";
@@ -1859,6 +1998,7 @@ export declare const BrowserSafeApis: {
1859
1998
  };
1860
1999
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
1861
2000
  type: "chrome-for-testing" | "headless-shell";
2001
+ id: "chrome-mode";
1862
2002
  };
1863
2003
  };
1864
2004
  readonly selectComposition: {
@@ -1879,6 +2019,7 @@ export declare const BrowserSafeApis: {
1879
2019
  value: null;
1880
2020
  };
1881
2021
  setConfig: (size: number | null) => void;
2022
+ id: "media-cache-size-in-bytes";
1882
2023
  };
1883
2024
  readonly offthreadVideoCacheSizeInBytes: {
1884
2025
  name: string;
@@ -1897,6 +2038,7 @@ export declare const BrowserSafeApis: {
1897
2038
  value: null;
1898
2039
  };
1899
2040
  setConfig: (size: number | null) => void;
2041
+ id: "offthreadvideo-cache-size-in-bytes";
1900
2042
  };
1901
2043
  readonly offthreadVideoThreads: {
1902
2044
  name: string;
@@ -1915,6 +2057,7 @@ export declare const BrowserSafeApis: {
1915
2057
  value: null;
1916
2058
  };
1917
2059
  setConfig: (size: number | null) => void;
2060
+ id: "offthreadvideo-video-threads";
1918
2061
  };
1919
2062
  readonly logLevel: {
1920
2063
  cliFlag: "log";
@@ -1930,6 +2073,7 @@ export declare const BrowserSafeApis: {
1930
2073
  };
1931
2074
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
1932
2075
  type: "error" | "info" | "trace" | "verbose" | "warn";
2076
+ id: "log";
1933
2077
  };
1934
2078
  readonly timeoutInMilliseconds: {
1935
2079
  name: string;
@@ -1945,6 +2089,7 @@ export declare const BrowserSafeApis: {
1945
2089
  value: number;
1946
2090
  };
1947
2091
  setConfig: (value: number) => void;
2092
+ id: "timeout";
1948
2093
  };
1949
2094
  readonly binariesDirectory: {
1950
2095
  name: string;
@@ -1960,6 +2105,7 @@ export declare const BrowserSafeApis: {
1960
2105
  value: string | null;
1961
2106
  };
1962
2107
  setConfig: (value: string | null) => void;
2108
+ id: "binaries-directory";
1963
2109
  };
1964
2110
  readonly onBrowserDownload: {
1965
2111
  name: string;
@@ -1970,6 +2116,7 @@ export declare const BrowserSafeApis: {
1970
2116
  type: import(".").OnBrowserDownload;
1971
2117
  getValue: () => never;
1972
2118
  setConfig: () => never;
2119
+ id: "on-browser-download";
1973
2120
  };
1974
2121
  readonly chromeMode: {
1975
2122
  cliFlag: "chrome-mode";
@@ -1985,6 +2132,7 @@ export declare const BrowserSafeApis: {
1985
2132
  };
1986
2133
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
1987
2134
  type: "chrome-for-testing" | "headless-shell";
2135
+ id: "chrome-mode";
1988
2136
  };
1989
2137
  };
1990
2138
  readonly renderFrames: {
@@ -2005,6 +2153,7 @@ export declare const BrowserSafeApis: {
2005
2153
  value: null;
2006
2154
  };
2007
2155
  setConfig: (size: number | null) => void;
2156
+ id: "media-cache-size-in-bytes";
2008
2157
  };
2009
2158
  readonly forSeamlessAacConcatenation: {
2010
2159
  name: string;
@@ -2023,6 +2172,7 @@ export declare const BrowserSafeApis: {
2023
2172
  setConfig: (value: boolean) => void;
2024
2173
  ssrName: string;
2025
2174
  type: boolean;
2175
+ id: "for-seamless-aac-concatenation";
2026
2176
  };
2027
2177
  readonly offthreadVideoCacheSizeInBytes: {
2028
2178
  name: string;
@@ -2041,6 +2191,7 @@ export declare const BrowserSafeApis: {
2041
2191
  value: null;
2042
2192
  };
2043
2193
  setConfig: (size: number | null) => void;
2194
+ id: "offthreadvideo-cache-size-in-bytes";
2044
2195
  };
2045
2196
  readonly offthreadVideoThreads: {
2046
2197
  name: string;
@@ -2059,6 +2210,7 @@ export declare const BrowserSafeApis: {
2059
2210
  value: null;
2060
2211
  };
2061
2212
  setConfig: (size: number | null) => void;
2213
+ id: "offthreadvideo-video-threads";
2062
2214
  };
2063
2215
  readonly jpegQuality: {
2064
2216
  name: string;
@@ -2074,6 +2226,7 @@ export declare const BrowserSafeApis: {
2074
2226
  source: string;
2075
2227
  value: number;
2076
2228
  };
2229
+ id: "jpeg-quality";
2077
2230
  };
2078
2231
  readonly logLevel: {
2079
2232
  cliFlag: "log";
@@ -2089,6 +2242,7 @@ export declare const BrowserSafeApis: {
2089
2242
  };
2090
2243
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2091
2244
  type: "error" | "info" | "trace" | "verbose" | "warn";
2245
+ id: "log";
2092
2246
  };
2093
2247
  readonly timeoutInMilliseconds: {
2094
2248
  name: string;
@@ -2104,6 +2258,7 @@ export declare const BrowserSafeApis: {
2104
2258
  value: number;
2105
2259
  };
2106
2260
  setConfig: (value: number) => void;
2261
+ id: "timeout";
2107
2262
  };
2108
2263
  readonly binariesDirectory: {
2109
2264
  name: string;
@@ -2119,6 +2274,7 @@ export declare const BrowserSafeApis: {
2119
2274
  value: string | null;
2120
2275
  };
2121
2276
  setConfig: (value: string | null) => void;
2277
+ id: "binaries-directory";
2122
2278
  };
2123
2279
  readonly onBrowserDownload: {
2124
2280
  name: string;
@@ -2129,6 +2285,7 @@ export declare const BrowserSafeApis: {
2129
2285
  type: import(".").OnBrowserDownload;
2130
2286
  getValue: () => never;
2131
2287
  setConfig: () => never;
2288
+ id: "on-browser-download";
2132
2289
  };
2133
2290
  readonly chromeMode: {
2134
2291
  cliFlag: "chrome-mode";
@@ -2144,6 +2301,7 @@ export declare const BrowserSafeApis: {
2144
2301
  };
2145
2302
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
2146
2303
  type: "chrome-for-testing" | "headless-shell";
2304
+ id: "chrome-mode";
2147
2305
  };
2148
2306
  readonly imageSequencePattern: {
2149
2307
  name: string;
@@ -2159,6 +2317,7 @@ export declare const BrowserSafeApis: {
2159
2317
  source: string;
2160
2318
  };
2161
2319
  setConfig: (pattern: string | null) => void;
2320
+ id: "image-sequence-pattern";
2162
2321
  };
2163
2322
  };
2164
2323
  readonly renderMediaOnLambda: {
@@ -2179,6 +2338,7 @@ export declare const BrowserSafeApis: {
2179
2338
  value: null;
2180
2339
  };
2181
2340
  setConfig: (size: number | null) => void;
2341
+ id: "media-cache-size-in-bytes";
2182
2342
  };
2183
2343
  readonly offthreadVideoCacheSizeInBytes: {
2184
2344
  name: string;
@@ -2197,6 +2357,7 @@ export declare const BrowserSafeApis: {
2197
2357
  value: null;
2198
2358
  };
2199
2359
  setConfig: (size: number | null) => void;
2360
+ id: "offthreadvideo-cache-size-in-bytes";
2200
2361
  };
2201
2362
  readonly offthreadVideoThreads: {
2202
2363
  name: string;
@@ -2215,6 +2376,7 @@ export declare const BrowserSafeApis: {
2215
2376
  value: null;
2216
2377
  };
2217
2378
  setConfig: (size: number | null) => void;
2379
+ id: "offthreadvideo-video-threads";
2218
2380
  };
2219
2381
  readonly videoBitrate: {
2220
2382
  name: string;
@@ -2230,6 +2392,7 @@ export declare const BrowserSafeApis: {
2230
2392
  value: string | null;
2231
2393
  };
2232
2394
  setConfig: (bitrate: string | null) => void;
2395
+ id: "video-bitrate";
2233
2396
  };
2234
2397
  readonly numberOfGifLoops: {
2235
2398
  name: string;
@@ -2248,6 +2411,7 @@ export declare const BrowserSafeApis: {
2248
2411
  source: string;
2249
2412
  };
2250
2413
  setConfig: (newLoop: import(".").NumberOfGifLoops) => void;
2414
+ id: "number-of-gif-loops";
2251
2415
  };
2252
2416
  readonly preferLossless: {
2253
2417
  name: string;
@@ -2266,6 +2430,7 @@ export declare const BrowserSafeApis: {
2266
2430
  source: string;
2267
2431
  };
2268
2432
  setConfig: (val: boolean) => void;
2433
+ id: "prefer-lossless";
2269
2434
  };
2270
2435
  readonly audioBitrate: {
2271
2436
  name: string;
@@ -2284,6 +2449,7 @@ export declare const BrowserSafeApis: {
2284
2449
  source: string;
2285
2450
  };
2286
2451
  setConfig: (value: string | null) => void;
2452
+ id: "audio-bitrate";
2287
2453
  };
2288
2454
  readonly deleteAfter: {
2289
2455
  name: string;
@@ -2302,6 +2468,7 @@ export declare const BrowserSafeApis: {
2302
2468
  value: null;
2303
2469
  };
2304
2470
  setConfig: (value: import(".").DeleteAfter | null) => void;
2471
+ id: "delete-after";
2305
2472
  };
2306
2473
  readonly x264Preset: {
2307
2474
  name: string;
@@ -2320,6 +2487,7 @@ export declare const BrowserSafeApis: {
2320
2487
  source: string;
2321
2488
  };
2322
2489
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
2490
+ id: "x264-preset";
2323
2491
  };
2324
2492
  readonly encodingMaxRate: {
2325
2493
  name: string;
@@ -2338,6 +2506,7 @@ export declare const BrowserSafeApis: {
2338
2506
  source: string;
2339
2507
  };
2340
2508
  setConfig: (newMaxRate: string | null) => void;
2509
+ id: "max-rate";
2341
2510
  };
2342
2511
  readonly encodingBufferSize: {
2343
2512
  name: string;
@@ -2356,6 +2525,7 @@ export declare const BrowserSafeApis: {
2356
2525
  source: string;
2357
2526
  };
2358
2527
  setConfig: (bitrate: string | null) => void;
2528
+ id: "buffer-size";
2359
2529
  };
2360
2530
  readonly colorSpace: {
2361
2531
  name: string;
@@ -2363,14 +2533,15 @@ export declare const BrowserSafeApis: {
2363
2533
  description: () => import("react/jsx-runtime").JSX.Element;
2364
2534
  docLink: string;
2365
2535
  ssrName: string;
2366
- type: "bt2020-ncl" | "bt709" | "default" | null;
2536
+ type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
2367
2537
  getValue: ({ commandLine }: {
2368
2538
  commandLine: Record<string, unknown>;
2369
2539
  }) => {
2370
2540
  source: string;
2371
- value: "bt2020-ncl" | "bt709" | "default";
2541
+ value: "bt2020-ncl" | "bt601" | "bt709" | "default";
2372
2542
  };
2373
- setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
2543
+ setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
2544
+ id: "color-space";
2374
2545
  };
2375
2546
  readonly muted: {
2376
2547
  name: string;
@@ -2386,6 +2557,7 @@ export declare const BrowserSafeApis: {
2386
2557
  value: boolean;
2387
2558
  };
2388
2559
  setConfig: () => void;
2560
+ id: "muted";
2389
2561
  };
2390
2562
  readonly logLevel: {
2391
2563
  cliFlag: "log";
@@ -2401,6 +2573,7 @@ export declare const BrowserSafeApis: {
2401
2573
  };
2402
2574
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2403
2575
  type: "error" | "info" | "trace" | "verbose" | "warn";
2576
+ id: "log";
2404
2577
  };
2405
2578
  readonly timeoutInMilliseconds: {
2406
2579
  name: string;
@@ -2416,6 +2589,7 @@ export declare const BrowserSafeApis: {
2416
2589
  value: number;
2417
2590
  };
2418
2591
  setConfig: (value: number) => void;
2592
+ id: "timeout";
2419
2593
  };
2420
2594
  readonly apiKey: {
2421
2595
  name: string;
@@ -2431,6 +2605,7 @@ export declare const BrowserSafeApis: {
2431
2605
  value: string | null;
2432
2606
  };
2433
2607
  setConfig: (value: string | null) => void;
2608
+ id: "api-key";
2434
2609
  };
2435
2610
  readonly licenseKey: {
2436
2611
  name: string;
@@ -2446,6 +2621,7 @@ export declare const BrowserSafeApis: {
2446
2621
  value: string | null;
2447
2622
  };
2448
2623
  setConfig: (value: string | null) => void;
2624
+ id: "license-key";
2449
2625
  };
2450
2626
  };
2451
2627
  readonly renderStillOnLambda: {
@@ -2466,6 +2642,7 @@ export declare const BrowserSafeApis: {
2466
2642
  value: null;
2467
2643
  };
2468
2644
  setConfig: (size: number | null) => void;
2645
+ id: "media-cache-size-in-bytes";
2469
2646
  };
2470
2647
  readonly offthreadVideoCacheSizeInBytes: {
2471
2648
  name: string;
@@ -2484,6 +2661,7 @@ export declare const BrowserSafeApis: {
2484
2661
  value: null;
2485
2662
  };
2486
2663
  setConfig: (size: number | null) => void;
2664
+ id: "offthreadvideo-cache-size-in-bytes";
2487
2665
  };
2488
2666
  readonly offthreadVideoThreads: {
2489
2667
  name: string;
@@ -2502,6 +2680,7 @@ export declare const BrowserSafeApis: {
2502
2680
  value: null;
2503
2681
  };
2504
2682
  setConfig: (size: number | null) => void;
2683
+ id: "offthreadvideo-video-threads";
2505
2684
  };
2506
2685
  readonly jpegQuality: {
2507
2686
  name: string;
@@ -2517,6 +2696,7 @@ export declare const BrowserSafeApis: {
2517
2696
  source: string;
2518
2697
  value: number;
2519
2698
  };
2699
+ id: "jpeg-quality";
2520
2700
  };
2521
2701
  readonly logLevel: {
2522
2702
  cliFlag: "log";
@@ -2532,6 +2712,7 @@ export declare const BrowserSafeApis: {
2532
2712
  };
2533
2713
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2534
2714
  type: "error" | "info" | "trace" | "verbose" | "warn";
2715
+ id: "log";
2535
2716
  };
2536
2717
  readonly deleteAfter: {
2537
2718
  name: string;
@@ -2550,6 +2731,7 @@ export declare const BrowserSafeApis: {
2550
2731
  value: null;
2551
2732
  };
2552
2733
  setConfig: (value: import(".").DeleteAfter | null) => void;
2734
+ id: "delete-after";
2553
2735
  };
2554
2736
  readonly scale: {
2555
2737
  name: string;
@@ -2565,6 +2747,7 @@ export declare const BrowserSafeApis: {
2565
2747
  value: number;
2566
2748
  };
2567
2749
  setConfig: (scale: number) => void;
2750
+ id: "scale";
2568
2751
  };
2569
2752
  readonly timeoutInMilliseconds: {
2570
2753
  name: string;
@@ -2580,6 +2763,7 @@ export declare const BrowserSafeApis: {
2580
2763
  value: number;
2581
2764
  };
2582
2765
  setConfig: (value: number) => void;
2766
+ id: "timeout";
2583
2767
  };
2584
2768
  readonly apiKey: {
2585
2769
  name: string;
@@ -2595,6 +2779,7 @@ export declare const BrowserSafeApis: {
2595
2779
  value: string | null;
2596
2780
  };
2597
2781
  setConfig: (value: string | null) => void;
2782
+ id: "api-key";
2598
2783
  };
2599
2784
  readonly licenseKey: {
2600
2785
  name: string;
@@ -2610,6 +2795,7 @@ export declare const BrowserSafeApis: {
2610
2795
  value: string | null;
2611
2796
  };
2612
2797
  setConfig: (value: string | null) => void;
2798
+ id: "license-key";
2613
2799
  };
2614
2800
  };
2615
2801
  readonly getCompositionsOnLambda: {
@@ -2630,6 +2816,7 @@ export declare const BrowserSafeApis: {
2630
2816
  value: null;
2631
2817
  };
2632
2818
  setConfig: (size: number | null) => void;
2819
+ id: "media-cache-size-in-bytes";
2633
2820
  };
2634
2821
  readonly offthreadVideoCacheSizeInBytes: {
2635
2822
  name: string;
@@ -2648,6 +2835,7 @@ export declare const BrowserSafeApis: {
2648
2835
  value: null;
2649
2836
  };
2650
2837
  setConfig: (size: number | null) => void;
2838
+ id: "offthreadvideo-cache-size-in-bytes";
2651
2839
  };
2652
2840
  readonly logLevel: {
2653
2841
  cliFlag: "log";
@@ -2663,6 +2851,7 @@ export declare const BrowserSafeApis: {
2663
2851
  };
2664
2852
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2665
2853
  type: "error" | "info" | "trace" | "verbose" | "warn";
2854
+ id: "log";
2666
2855
  };
2667
2856
  readonly timeoutInMilliseconds: {
2668
2857
  name: string;
@@ -2678,6 +2867,7 @@ export declare const BrowserSafeApis: {
2678
2867
  value: number;
2679
2868
  };
2680
2869
  setConfig: (value: number) => void;
2870
+ id: "timeout";
2681
2871
  };
2682
2872
  };
2683
2873
  readonly renderMediaOnCloudRun: {
@@ -2698,6 +2888,7 @@ export declare const BrowserSafeApis: {
2698
2888
  value: null;
2699
2889
  };
2700
2890
  setConfig: (size: number | null) => void;
2891
+ id: "media-cache-size-in-bytes";
2701
2892
  };
2702
2893
  readonly offthreadVideoCacheSizeInBytes: {
2703
2894
  name: string;
@@ -2716,6 +2907,7 @@ export declare const BrowserSafeApis: {
2716
2907
  value: null;
2717
2908
  };
2718
2909
  setConfig: (size: number | null) => void;
2910
+ id: "offthreadvideo-cache-size-in-bytes";
2719
2911
  };
2720
2912
  readonly offthreadVideoThreads: {
2721
2913
  name: string;
@@ -2734,6 +2926,7 @@ export declare const BrowserSafeApis: {
2734
2926
  value: null;
2735
2927
  };
2736
2928
  setConfig: (size: number | null) => void;
2929
+ id: "offthreadvideo-video-threads";
2737
2930
  };
2738
2931
  readonly numberOfGifLoops: {
2739
2932
  name: string;
@@ -2752,6 +2945,7 @@ export declare const BrowserSafeApis: {
2752
2945
  source: string;
2753
2946
  };
2754
2947
  setConfig: (newLoop: import(".").NumberOfGifLoops) => void;
2948
+ id: "number-of-gif-loops";
2755
2949
  };
2756
2950
  readonly preferLossless: {
2757
2951
  name: string;
@@ -2770,6 +2964,7 @@ export declare const BrowserSafeApis: {
2770
2964
  source: string;
2771
2965
  };
2772
2966
  setConfig: (val: boolean) => void;
2967
+ id: "prefer-lossless";
2773
2968
  };
2774
2969
  readonly colorSpace: {
2775
2970
  name: string;
@@ -2777,14 +2972,15 @@ export declare const BrowserSafeApis: {
2777
2972
  description: () => import("react/jsx-runtime").JSX.Element;
2778
2973
  docLink: string;
2779
2974
  ssrName: string;
2780
- type: "bt2020-ncl" | "bt709" | "default" | null;
2975
+ type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
2781
2976
  getValue: ({ commandLine }: {
2782
2977
  commandLine: Record<string, unknown>;
2783
2978
  }) => {
2784
2979
  source: string;
2785
- value: "bt2020-ncl" | "bt709" | "default";
2980
+ value: "bt2020-ncl" | "bt601" | "bt709" | "default";
2786
2981
  };
2787
- setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
2982
+ setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
2983
+ id: "color-space";
2788
2984
  };
2789
2985
  readonly audioBitrate: {
2790
2986
  name: string;
@@ -2803,6 +2999,7 @@ export declare const BrowserSafeApis: {
2803
2999
  source: string;
2804
3000
  };
2805
3001
  setConfig: (value: string | null) => void;
3002
+ id: "audio-bitrate";
2806
3003
  };
2807
3004
  readonly videoBitrate: {
2808
3005
  name: string;
@@ -2818,6 +3015,7 @@ export declare const BrowserSafeApis: {
2818
3015
  value: string | null;
2819
3016
  };
2820
3017
  setConfig: (bitrate: string | null) => void;
3018
+ id: "video-bitrate";
2821
3019
  };
2822
3020
  readonly x264Preset: {
2823
3021
  name: string;
@@ -2836,6 +3034,7 @@ export declare const BrowserSafeApis: {
2836
3034
  source: string;
2837
3035
  };
2838
3036
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
3037
+ id: "x264-preset";
2839
3038
  };
2840
3039
  readonly encodingMaxRate: {
2841
3040
  name: string;
@@ -2854,6 +3053,7 @@ export declare const BrowserSafeApis: {
2854
3053
  source: string;
2855
3054
  };
2856
3055
  setConfig: (newMaxRate: string | null) => void;
3056
+ id: "max-rate";
2857
3057
  };
2858
3058
  readonly encodingBufferSize: {
2859
3059
  name: string;
@@ -2872,6 +3072,7 @@ export declare const BrowserSafeApis: {
2872
3072
  source: string;
2873
3073
  };
2874
3074
  setConfig: (bitrate: string | null) => void;
3075
+ id: "buffer-size";
2875
3076
  };
2876
3077
  readonly muted: {
2877
3078
  name: string;
@@ -2887,6 +3088,7 @@ export declare const BrowserSafeApis: {
2887
3088
  value: boolean;
2888
3089
  };
2889
3090
  setConfig: () => void;
3091
+ id: "muted";
2890
3092
  };
2891
3093
  readonly logLevel: {
2892
3094
  cliFlag: "log";
@@ -2902,6 +3104,7 @@ export declare const BrowserSafeApis: {
2902
3104
  };
2903
3105
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2904
3106
  type: "error" | "info" | "trace" | "verbose" | "warn";
3107
+ id: "log";
2905
3108
  };
2906
3109
  readonly delayRenderTimeoutInMilliseconds: {
2907
3110
  name: string;
@@ -2917,6 +3120,7 @@ export declare const BrowserSafeApis: {
2917
3120
  value: number;
2918
3121
  };
2919
3122
  setConfig: (value: number) => void;
3123
+ id: "timeout";
2920
3124
  };
2921
3125
  readonly enforceAudioTrack: {
2922
3126
  name: string;
@@ -2935,6 +3139,7 @@ export declare const BrowserSafeApis: {
2935
3139
  value: false;
2936
3140
  };
2937
3141
  setConfig: (value: boolean) => void;
3142
+ id: "enforce-audio-track";
2938
3143
  };
2939
3144
  readonly scale: {
2940
3145
  name: string;
@@ -2950,6 +3155,7 @@ export declare const BrowserSafeApis: {
2950
3155
  value: number;
2951
3156
  };
2952
3157
  setConfig: (scale: number) => void;
3158
+ id: "scale";
2953
3159
  };
2954
3160
  readonly crf: {
2955
3161
  name: string;
@@ -2965,6 +3171,7 @@ export declare const BrowserSafeApis: {
2965
3171
  value: import("./crf").Crf;
2966
3172
  };
2967
3173
  setConfig: (crf: import("./crf").Crf) => void;
3174
+ id: "crf";
2968
3175
  };
2969
3176
  readonly jpegQuality: {
2970
3177
  name: string;
@@ -2980,6 +3187,7 @@ export declare const BrowserSafeApis: {
2980
3187
  source: string;
2981
3188
  value: number;
2982
3189
  };
3190
+ id: "jpeg-quality";
2983
3191
  };
2984
3192
  };
2985
3193
  readonly renderStillOnCloudRun: {
@@ -3000,6 +3208,7 @@ export declare const BrowserSafeApis: {
3000
3208
  value: null;
3001
3209
  };
3002
3210
  setConfig: (size: number | null) => void;
3211
+ id: "media-cache-size-in-bytes";
3003
3212
  };
3004
3213
  readonly offthreadVideoCacheSizeInBytes: {
3005
3214
  name: string;
@@ -3018,6 +3227,7 @@ export declare const BrowserSafeApis: {
3018
3227
  value: null;
3019
3228
  };
3020
3229
  setConfig: (size: number | null) => void;
3230
+ id: "offthreadvideo-cache-size-in-bytes";
3021
3231
  };
3022
3232
  readonly offthreadVideoThreads: {
3023
3233
  name: string;
@@ -3036,6 +3246,7 @@ export declare const BrowserSafeApis: {
3036
3246
  value: null;
3037
3247
  };
3038
3248
  setConfig: (size: number | null) => void;
3249
+ id: "offthreadvideo-video-threads";
3039
3250
  };
3040
3251
  readonly logLevel: {
3041
3252
  cliFlag: "log";
@@ -3051,6 +3262,7 @@ export declare const BrowserSafeApis: {
3051
3262
  };
3052
3263
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3053
3264
  type: "error" | "info" | "trace" | "verbose" | "warn";
3265
+ id: "log";
3054
3266
  };
3055
3267
  readonly scale: {
3056
3268
  name: string;
@@ -3066,6 +3278,7 @@ export declare const BrowserSafeApis: {
3066
3278
  value: number;
3067
3279
  };
3068
3280
  setConfig: (scale: number) => void;
3281
+ id: "scale";
3069
3282
  };
3070
3283
  readonly jpegQuality: {
3071
3284
  name: string;
@@ -3081,6 +3294,7 @@ export declare const BrowserSafeApis: {
3081
3294
  source: string;
3082
3295
  value: number;
3083
3296
  };
3297
+ id: "jpeg-quality";
3084
3298
  };
3085
3299
  readonly delayRenderTimeoutInMilliseconds: {
3086
3300
  name: string;
@@ -3096,6 +3310,7 @@ export declare const BrowserSafeApis: {
3096
3310
  value: number;
3097
3311
  };
3098
3312
  setConfig: (value: number) => void;
3313
+ id: "timeout";
3099
3314
  };
3100
3315
  };
3101
3316
  readonly ensureBrowser: {
@@ -3113,6 +3328,7 @@ export declare const BrowserSafeApis: {
3113
3328
  };
3114
3329
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3115
3330
  type: "error" | "info" | "trace" | "verbose" | "warn";
3331
+ id: "log";
3116
3332
  };
3117
3333
  readonly onBrowserDownload: {
3118
3334
  name: string;
@@ -3123,6 +3339,7 @@ export declare const BrowserSafeApis: {
3123
3339
  type: import(".").OnBrowserDownload;
3124
3340
  getValue: () => never;
3125
3341
  setConfig: () => never;
3342
+ id: "on-browser-download";
3126
3343
  };
3127
3344
  readonly chromeMode: {
3128
3345
  cliFlag: "chrome-mode";
@@ -3138,6 +3355,7 @@ export declare const BrowserSafeApis: {
3138
3355
  };
3139
3356
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
3140
3357
  type: "chrome-for-testing" | "headless-shell";
3358
+ id: "chrome-mode";
3141
3359
  };
3142
3360
  };
3143
3361
  readonly openBrowser: {
@@ -3155,6 +3373,7 @@ export declare const BrowserSafeApis: {
3155
3373
  };
3156
3374
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3157
3375
  type: "error" | "info" | "trace" | "verbose" | "warn";
3376
+ id: "log";
3158
3377
  };
3159
3378
  readonly onBrowserDownload: {
3160
3379
  name: string;
@@ -3165,6 +3384,7 @@ export declare const BrowserSafeApis: {
3165
3384
  type: import(".").OnBrowserDownload;
3166
3385
  getValue: () => never;
3167
3386
  setConfig: () => never;
3387
+ id: "on-browser-download";
3168
3388
  };
3169
3389
  readonly chromeMode: {
3170
3390
  cliFlag: "chrome-mode";
@@ -3180,6 +3400,7 @@ export declare const BrowserSafeApis: {
3180
3400
  };
3181
3401
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
3182
3402
  type: "chrome-for-testing" | "headless-shell";
3403
+ id: "chrome-mode";
3183
3404
  };
3184
3405
  };
3185
3406
  readonly deploySiteLambda: {
@@ -3197,6 +3418,7 @@ export declare const BrowserSafeApis: {
3197
3418
  };
3198
3419
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3199
3420
  type: "error" | "info" | "trace" | "verbose" | "warn";
3421
+ id: "log";
3200
3422
  };
3201
3423
  readonly throwIfSiteExists: {
3202
3424
  cliFlag: string;
@@ -3212,6 +3434,7 @@ export declare const BrowserSafeApis: {
3212
3434
  setConfig: () => never;
3213
3435
  ssrName: string;
3214
3436
  type: boolean;
3437
+ id: string;
3215
3438
  };
3216
3439
  };
3217
3440
  readonly deploySiteCloudRun: {
@@ -3229,6 +3452,7 @@ export declare const BrowserSafeApis: {
3229
3452
  };
3230
3453
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3231
3454
  type: "error" | "info" | "trace" | "verbose" | "warn";
3455
+ id: "log";
3232
3456
  };
3233
3457
  };
3234
3458
  };