/** Shared request/decoder caps for the experimental untrusted `.fig` path. */ export const MAX_FIG_FILE_BYTES = 50 * 1024 * 1024; export const MAX_FIG_DECOMPRESSED_BYTES = 96 * 1024 * 1024;