/** * Maximum UTF-8 bytes admitted for one served module source. * * Matches MAX_CROSS_PROJECT_SOURCE_BYTES so a module costs the same bound * whether it arrives from the local project or a cross-project registry. */ export declare const MAX_SERVABLE_MODULE_SOURCE_BYTES: number; //# sourceMappingURL=module-limits.d.ts.map