/** Max size of a fetched cross-project module source, to bound memory use. */ export declare const MAX_CROSS_PROJECT_SOURCE_BYTES: number; export declare class CrossProjectSourceTooLargeError extends Error { constructor(registryUrl: string, maxBytes?: number); } export declare function readLimitedCrossProjectSource(response: Response, registryUrl: string, maxBytes?: number): Promise; //# sourceMappingURL=cross-project-source-limit.d.ts.map